Replies: 2 comments
-
You can use Install perf tool:
Here is an example:
Example with FFmpeg:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any publicly available scripts/tools that can be used to profile on Ubuntu.
It looks like chrome has some tools like pperf but I am not sure they work as is on the antmedia stack.
There is also perf tool usage documentation in chromium as shown below
perf record -g -a -e cycles -
Beta Was this translation helpful? Give feedback.
All reactions