codemancers / rbkit-client

Rbkit Desktop application
http://rbkit.codemancers.com
GNU General Public License v2.0
33 stars 7 forks source link

We need icons for starting cpu profiling actions #156

Open gnufied opened 9 years ago

gnufied commented 9 years ago

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.