Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2875 dpurdie 1
cg_header:Name%-28ccum%%     self%%    desc%%    calls\n
2
flat_header:Name%-28ctime%%\n
3
help_line1:ARM Profiler %s [%s]\n\n
4
help_line2:Command format: %s [options] profile_data\n\n
5
help_line3:Options: (shorter forms may be used)\n
6
help_line4:-Sort Cumulative  Sort the output by the cumulative time taken by each\n                  function and all its children\n
7
help_line5:-Sort Self        Sort the output by the time taken by each function\n                  inside itself\n
8
help_line6:-Sort Descendants Sort the output by the time taken in each functions\n                  children, ignoring the time in the functions itself\n
9
help_line7:-Sort Calls       Sort the output by the number of calls to each function\n
10
help_line8:-Parent           Include the parents of each function in the listing\n
11
help_line9:-Noparent         Do not list the parent functions\n
12
help_line10:-Child            Include the children of each function in the listing\n
13
help_line11:-Nochild          Do not list the child functions\n
14
help_line12:-Flat             Produce a flat profile only\n
15
out_of_store:Out of memory, trying to allocate %ld bytes
16
no_sort_arg:No arguments on -Sort option
17
bad_sort_arg:Unrecognised argument '%s' on -Sort option
18
bad_option:Unrecognised option '%s', use '%s -help' for help
19
err_open:Can't find %s
20
invalid_file:%s is not a valid profile data file
21
no_sample_data:No sample data in %s - cannot generate profile