From 9a83eca6e0469139b26d67e95d6b070309f79d35 Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 27 Jan 2004 21:35:59 +0000 Subject: [PATCH] readme mod git-svn-id: http://ltt.polymtl.ca/svn@410 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/README | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/ltt/branches/poly/lttv/modules/README b/ltt/branches/poly/lttv/modules/README index e812e6a8..aef23021 100644 --- a/ltt/branches/poly/lttv/modules/README +++ b/ltt/branches/poly/lttv/modules/README @@ -2,15 +2,20 @@ |-----------------| |Graphical Plugins| |-----------------| +gui/ -guiEvents.c : Display events for time interval into a list. -guiControlFlow.c : Display the control flow of the trace for time interval - using gdk and a GtkDrawingArea. Pixmaps for icons are - defined with each event inside the event related - information. - +Events : Display events for time interval into a list. +ControlFlow : Display the control flow of the trace for time interval + using gdk and a GtkDrawingArea. Pixmaps for icons are + defined with each event inside the event related + information. +Statistics : Display statistics computed from the trace. |---------------------| |Text Oriented Plugins| |---------------------| +text/ +batchAnalysis : Call processing hooks for every events of the trace. +textDump : Dump in clear text all data related to events on standard output. + It depends on batchAnalysis. -- 2.34.1