ynput / ayon-cpp-dev-tools

Apache License 2.0
0 stars 0 forks source link

Extract Tracing tools from ayon-cpp-api and implement a perTracing system #2

Open Lypsolon opened 3 months ago

Lypsolon commented 3 months ago

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

Research

Links