mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
tracer: tools: add a brief tool description
This commit is contained in:
parent
7da9662d3b
commit
e88433a9ce
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
'''
|
'''
|
||||||
|
Aggregate values for each tracer event type and print them with some statistics.
|
||||||
|
|
||||||
How to run:
|
How to run:
|
||||||
1) generate some log
|
1) generate some log
|
||||||
GST_DEBUG="GST_TRACER:7" GST_TRACERS="stats;rusage;latency" GST_DEBUG_FILE=trace.log <application>
|
GST_DEBUG="GST_TRACER:7" GST_TRACERS="stats;rusage;latency" GST_DEBUG_FILE=trace.log <application>
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
'''
|
'''
|
||||||
|
Plot buffer pts and events in relation to the wall clock. The plots can be used
|
||||||
|
to spot anomalies, such as processing gaps.
|
||||||
|
|
||||||
How to run:
|
How to run:
|
||||||
1) generate a log
|
1) generate a log
|
||||||
GST_DEBUG="GST_TRACER:7" GST_TRACERS=stats GST_DEBUG_FILE=trace.log <application>
|
GST_DEBUG="GST_TRACER:7" GST_TRACERS=stats GST_DEBUG_FILE=trace.log <application>
|
||||||
|
|
Loading…
Reference in a new issue