Skip to content
Snippets Groups Projects

Integrate Tracy with NR UE

Merged Bartosz Podrygajlo requested to merge tracy-profiler into develop

This commit enables the optional use of Tracy for profiling NR UE. See https://github.com/wolfpld/tracy/releases/tag/v0.11.1 for details.

How to compile: use -DENABLE_TRACY=ON to enable instrumentation.

How to collect data:

  • Windows hosts: tracy-profiler.exe in link above
  • Linux hosts: Compile tracy-profiler from source

Enabling collection from docker:

  • open port 8086
  • to collect cpu data --privileged --mount "type=bind,source=/sys/kernel/debug,target=/sys/kernel/debug,readonly" --user 0:0 --pid=host

How to add instrumentation:

  • See examples in this commit or manual in the link above.

Merge request reports

Checking pipeline status.

Approval is optional

Merged by Robert SchmidtRobert Schmidt 3 months ago (Dec 3, 2024 3:10pm UTC)

Merge details

  • Changes merged into develop with c942fe43.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading