ynput / ynput/ayon-cpp-dev-tools
Extract Tracing tools from ayon-cpp-api and implement a perTracing system
Nessuno ha ancora preso questa issue.
- Lingua principale
- C++
- Stelle
- 0
- Fork
- 2
- Merge medio
- 4g 7m
- PR unite (30g)
- 3
Descrizione
Performance Tracer Proposal
Preamble
We need to performance test the Cpp software stack.
Currently we dont have a good unified system to performance Trace.
we want both File export tracing and Software Attached Tracing.
the AyonCppApi has an build option to include an function instrumentor.
the code is very simple but allows us to get a file that can be used to visually inspect what functions get called and how much time they need.
we want to move this code into the CppDevTools and improve its functions
Purpose and Problem
- Move the Instrumentor code from the CppApi int othe CppDevTools
- Visualisation via perfetto
- Implement a Perf Testing System that tests at different Request Amounts
- Show BigO
- Allow us to see if tools behave at different scales
- Show this Data as an Graph with data at the data points. https://github.com/ynput/ayon-automator/issues/4
- Export as CSV data
Research
- The Insturmentor in the CppApi is based on The Chernos instrumentor
Links
- https://github.com/google/orbit
- Gprof, Gprof2dot and Dot https://www.youtube.com/watch?v=zbTtVW64R_I&t=319s
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia individuando la funzione instrumentor in ayon-cpp-api e verificando come funzionano la relativa opzione di build e l’esportazione dei file. Esamina quindi la struttura di CppDevTools e gli obiettivi indicati per Perfetto, request-scaling, i grafici e CSV. Il lavoro è completato quando gli strumenti di tracing sono stati spostati e le funzionalità proposte per i test delle prestazioni sono state implementate.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- cpp
- Ambito
- devtools, performance
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 25/100