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

Add userTime and kernelTime in CpuSampleModel, support sorting by time in analyzers #10

Open
303248153 opened this issue Aug 23, 2018 · 0 comments
Milestone

Comments

@303248153
Copy link
Member

There should be a weight in each sample like user time, kernel time and total time, for now the weight of all samples is 1, that mean the profiler can't found which function really do the heavy things.
reference:
https://gist.github.com/303248153/b4164b9cb812b9f02df8d1601300be71

@303248153 303248153 added this to the 0.2 milestone Aug 23, 2018
@303248153 303248153 changed the title Support more cost type Add userTime and kernelTime in CpuSampleModel, support sorting by time in analyzers Aug 23, 2018
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