ynput / ynput/ayon-cpp-dev-tools

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

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
0
Forks
2
Avg merge
4d 7m
Merged PRs (30d)
3

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the function instrumentor in ayon-cpp-api and reviewing how its build option and file export work. Then inspect the CppDevTools structure and the stated Perfetto, request-scaling, graph, and CSV goals. Done means the tracing tools are moved and the proposed performance-testing capabilities are implemented.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
devtools, performance
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.