summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2008-11-27 16:34:14 +0200
committerStefan Kost <ensonic@users.sf.net>2008-11-27 16:34:14 +0200
commit73e9bcc642fa3f3d7af0bfb30634b0182ddea0b6 (patch)
tree697cfe266a60f33d7c575d348585d29e4bb8eac1 /README
parent8f7ff0ea76089618b1540f0126776eda6024fd13 (diff)
Add multiplot support. Trace and plot scheduling jitter.
Plot does now separate plots per pad and one performance summary. This should probably be condensed per element. Added more TODOs and commets here and there.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index a96b7b8..921f7c7 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-= PerformanceMonitor =
+= GStreamer tracing library =
This library hooks into some gstreamer key functions and logs the behaviour.
When the application exits it displays some general statistics. Further analysis
can be done based on the data written to the logfile
@@ -25,7 +25,6 @@ Sensors do meassurements and deliver timestampe performance data.
* dropped buffers
== Log Format ==
-* we have global data, data per {link,element,thread}
* we log into one file for performance reasons and split later
== Running ==
@@ -63,5 +62,5 @@ pygtk ui using mathplotlib
gst-debug-viewer
== Ideas ==
-* can be used in gst-qa-system (aka insanity) suite as a monitor
+* could be used in gst-qa-system (aka insanity) suite as a monitor