Hello Wim,
Thank you for the response.
I would like to confirm this if the following is what I ought to do.
I have changed the make file in the /test/fft/ directory to the following
run$(TARGET):
../../run-sniper -n -2 -c pavan -s periodic-stats.py: --roi --viz -- ./fft -p 4
Here pavan is a custom configuration file.
I have question regarding some configuration options.
the section [core/hook_periodic_ins]
ins_per_core =
ins_global =
Does the above configuration options have any bearing on the information being gathered with the script periodic-stats.py or periodicins-stats.py?
I could not locate iptrace.py and the stattrace.py in the /scripts directory. Where is it located?
I used the command
../../tools/dumpstats.py -tt core.instructions > output.txt
The data i required is captured every 1 second. I want to change the rate at which the data is captured.
Do I use the following?
-s periodic-stats.py:"10:1000" where 10ns is the periodic time and 1000 is the snapshot? or do I change the configuration file?
Sincerely,
Pavan AC