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

NVProfilerService: improve the handling of modules and events #25749

Merged

Commits on Jan 24, 2019

  1. Improve the handling of modules and events

    Take into account the proper number of modules: increment by one
    pathsAndConsumes.allModules().size(), because it does not include the
    "source" module.
    
    Add asserts to check that all ranges are properly closed.
    
    Optionally, delay starting the profiler until after the first event on
    each stream has completed. This requires running 'nvprof' with the
    '--profile-from-start off' option.
    fwyzard committed Jan 24, 2019
    Copy the full SHA
    5ce62f5 View commit details
    Browse the repository at this point in the history