drrun -stat and -mem are NYI on non-Windows
Created by: nirhasabnis
Hi,
I am trying to get total CPU time of app execution using DynamoRio, and I found -stat/-mem option for drrun tool. But I used this option and I did not get any stats output. All I get is the output from the app. I checked the source code and I found that these options do not do anything on Linux? Am I missing something here?
Example: $ bin64/drrun -stats -- uname Linux
I do not see any stats information in above command.
My setup is: Ubuntu-14.04 x86_64 drrun version 6.1.1 -- build 3
Thanks,