From 883f9dfe38ab081025220aafbf47f722b540d003 Mon Sep 17 00:00:00 2001 From: Gary Bressler Date: Tue, 9 Mar 2010 13:33:54 -0500 Subject: Preliminary, fairly workable version of unit_trace, including the visualizer. --- reader/sample_script.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'reader/sample_script.py') diff --git a/reader/sample_script.py b/reader/sample_script.py index f7e9297..676cfac 100755 --- a/reader/sample_script.py +++ b/reader/sample_script.py @@ -14,10 +14,10 @@ import stdout_printer # Specify your trace files g6 = [ -'../sample_traces/st-g6-0.bin', -'../sample_traces/st-g6-1.bin', -'../sample_traces/st-g6-2.bin', -'../sample_traces/st-g6-3.bin', +'../traces/st-g6-0.bin', +'../traces/st-g6-1.bin', +'../traces/st-g6-2.bin', +'../traces/st-g6-3.bin', ] # Here is an example of a custom filter function. -- cgit v1.2.2