The Edit menu options can be used to:
•clear all selected items in a table or tree
•copy selected items (and relevant data where applicable) to the clipboard
•select all the items available.
Selected data is formatted into one line per row with a single space used to separate column data.
Select All will include the header row as well as the data, and Copy will include the column titles.
For example, after running the example application, Select All on the Performance Tab might show:
This would result in the following being copied to clipboard:
Class::Method Call Count Call Count % Function Function % Children Children % Total Total % Module Filename
qsCompFunc 327,778 64.74% 357.42 40.12% 0.00 0.00% 357.42 40.12% nativeexample.exe c:\program files (x86)\software verify\performance validator x86\examples\nativeexample\mainfrm.cpp Line 326
CMainFrame::OnSortQuicksort 1 0.00% 239.33 26.87% 445.10 49.96% 684.44 76.83% nativeexample.exe c:\program files (x86)\software verify\performance validator x86\examples\nativeexample\mainfrm.cpp Line 334
CMainFrame::populateArray 1 0.00% 42.43 4.76% 45.06 5.06% 87.49 9.82% nativeexample.exe c:\program files (x86)\software verify\performance validator x86\examples\nativeexample\mainfrm.cpp Line 175
TlsGetValue 48,663 9.61% 36.76 4.13% 0.00 0.00% 36.76 4.13% kernel32.dll
SetLastError 29,621 5.85% 22.42 2.52% 0.00 0.00% 22.42 2.52% kernel32.dll
GetLastError 29,621 5.85% 21.60 2.42% 0.00 0.00% 21.60 2.42% kernel32.dll
EnterCriticalSection 20,560 4.06% 16.22 1.82% 0.00 0.00% 16.22 1.82% ntdll.dll
LeaveCriticalSection 20,560 4.06% 16.00 1.80% 0.00 0.00% 16.00 1.80% ntdll.dll