- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I may need to understand more about what you wish
to accomplish. However, runtime is
relative to what is being ran in the environment. Collecting data always has a cost. If you are attempting to determine where an
application spends most of its time so that you can optimize an algorithm,
function, etc., then you can for example analyze for hotspots. This optimization process is usually iterative
and a high-level process might include steps such as specifying the target
application, running Hotspots analysis, interpreting the result data, view and
analyze the performance critical function, modify the code, re-build the target,
analyze for hotspots again, then compare the results before and after the
optimization to determine if the optimization action taken had the intended impact. Can you provide more
information about the problem you are attempting to solve?
- Rob
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page