Skip to content
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

Explore events by grammar #41

Open
valentinhon opened this issue Feb 28, 2024 · 0 comments
Open

Explore events by grammar #41

valentinhon opened this issue Feb 28, 2024 · 0 comments

Comments

@valentinhon
Copy link

Hi,

Thank you for the Pilgrim Tool. Very nice one.

I am interested in processing Pilgrim traces to have some information about app performance.

I have two questions:

  1. I would like to be able to parse events according to the grammar (for example each unique grammar of each rank). That is, in other words, iterate over events by grammar.

    So far, Pilgrim2text program is iterating over all events, but is not using the RuleHash** intra_cfgs;
    It remains unclear to me how to match the grammar description with both events and their duration in the trace
    I tried to look at the files in the src/decoder folder but I could find something helpful.

    I hope my question is clear :)

  2. Do you have a way to access the arrays of tstarts and tends in other mode than LOSSLESS? I did not find a way to get them with Histogram (seems not supported yet according to Pilgrim2text). This one is just a bonus if you already have developed such functions.

Thank you again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant