Skip to content

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

@Lypsolon

Description

@Lypsolon

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

Research

Links

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions