diff options
author | Gary Bressler <garybressler@nc.rr.com> | 2010-03-09 13:33:54 -0500 |
---|---|---|
committer | Gary Bressler <garybressler@nc.rr.com> | 2010-03-09 13:33:54 -0500 |
commit | 883f9dfe38ab081025220aafbf47f722b540d003 (patch) | |
tree | 6ab638add46bfd8e622301c2d704b3d6dfdba9b5 /reader/sample_script.py | |
parent | b97f0447b302746ab054aba0fd7417224ba73d86 (diff) |
Preliminary, fairly workable version of unit_trace, including the visualizer.
Diffstat (limited to 'reader/sample_script.py')
-rwxr-xr-x | reader/sample_script.py | 8 |
1 files changed, 4 insertions, 4 deletions
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 | |||
14 | 14 | ||
15 | # Specify your trace files | 15 | # Specify your trace files |
16 | g6 = [ | 16 | g6 = [ |
17 | '../sample_traces/st-g6-0.bin', | 17 | '../traces/st-g6-0.bin', |
18 | '../sample_traces/st-g6-1.bin', | 18 | '../traces/st-g6-1.bin', |
19 | '../sample_traces/st-g6-2.bin', | 19 | '../traces/st-g6-2.bin', |
20 | '../sample_traces/st-g6-3.bin', | 20 | '../traces/st-g6-3.bin', |
21 | ] | 21 | ] |
22 | 22 | ||
23 | # Here is an example of a custom filter function. | 23 | # Here is an example of a custom filter function. |