Starting with winIDEA 2011 build 28 iSYSTEM redesigned winIDEA's analyzer window which now unifies trace and profiler analysis functionality. Both analyses can run in parallel on a single recording session.
Based on that new design winIDEA now also offers a new profiler statistics view. Any statistical aspect of the profiler session can be displayed as a column in the statistics view.
Statistics on following objects with minimum and maximum values are available :
- Call Time: time spent between function entry and exit including interrupts and subroutine calls
- Net Time: time spent in the function only (without interrupts, without subroutines)
- Gross Time: time spent between function entry and exit, including subroutine calls, but without interrupts
- Period: how often the function is called
To select the columns to view you press the button with the clock symbol or right click the header line below the the toolbar.
Comments