-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading Pilgrim traces #39
Comments
Yes, currently Pilgrim only includes a |
We were thinking of developing a sort of profiler for Pilgrim Traces, to provide statistical analysis of the different events quickly and without having to read the whole trace. We were thinking this could be used to generate communication matrices at a very low cost, for example. |
I have some internal reader code to read/decompress the Pilgrim traces. Please take a took at pilgrim_reader.h. The implementation is in src/decoder. I don't currently have a good documentation on the reader code, but I think it is rather easy to follow. Also, I'm glad to help writing more docs on it and help you parsing the traces. |
From what I understand, currently, Pilgrim does not provide any way to read traces other than using
pilgrim2text
, and then parsing the generated.txt
files.Is it planned to provide a library one could use to read Pilgrim's trace on their own, and / or a documentation for enabling easier trace reading ?
The text was updated successfully, but these errors were encountered: