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

Backend level argument for iprof #93

Merged
merged 59 commits into from
Jun 30, 2023
Merged

Conversation

DonAurelio
Copy link
Collaborator

@DonAurelio DonAurelio commented Jun 16, 2023

  • We added a new flag to allow the user modifiy the backends default layering, --backend-level.

TApplencourt
TApplencourt previously approved these changes Jun 23, 2023
@TApplencourt
Copy link
Collaborator

As a compromise can you use:

    std::stringstream tokens{raw_token};
    std::string tmp;
    while (getline(tokens, tmp, ',')) {
      std::stringstream tmp_string{tmp};
      std::string k,v;
      getline(tmp_string, k, ':');
      getline(tmp_string, v);

Thamks

utils/babeltrace_thapi.in Outdated Show resolved Hide resolved
utils/xprof_utils.hpp Outdated Show resolved Hide resolved
utils/xprof_utils.hpp Outdated Show resolved Hide resolved
xprof/tally.cpp Show resolved Hide resolved
xprof/tally.cpp Outdated Show resolved Hide resolved
xprof/tally.cpp Outdated Show resolved Hide resolved
utils/babeltrace_thapi.in Outdated Show resolved Hide resolved
xprof/tally.cpp Show resolved Hide resolved
DonAurelio and others added 3 commits June 26, 2023 15:44
Co-authored-by: Brice Videau <[email protected]>
Co-authored-by: Brice Videau <[email protected]>
xprof/tally.cpp Outdated Show resolved Hide resolved
utils/xprof_utils.hpp Outdated Show resolved Hide resolved
xprof/tally.cpp Outdated Show resolved Hide resolved
Kerilk
Kerilk previously approved these changes Jun 27, 2023
@TApplencourt TApplencourt merged commit 4defc27 into argonne-lcf:master Jun 30, 2023
6 checks passed
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

Successfully merging this pull request may close these issues.

3 participants