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

We need icons for starting cpu profiling actions #156

Open
gnufied opened this issue Feb 26, 2015 · 0 comments
Open

We need icons for starting cpu profiling actions #156

gnufied opened this issue Feb 26, 2015 · 0 comments
Assignees

Comments

@gnufied
Copy link
Contributor

gnufied commented Feb 26, 2015

To start with I expect CPU profiler to have following actions:

  1. Start CPU profiling : This action will start tracking all methods/function the code is executing.
  2. Stop CPU profiling : This action will stop tracking all methods/functions the code is executing.
  3. Capture CPU profiling snapshot : This action will capture a Snapshot of all methods/functions that were ran between starting and stopping CPU profiling. It is like a snapshot of what the program did during time interval t1 and t2.
  4. View What the program is doing currently : This action will show what the program is doing currently.
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

2 participants