-alpha - sort table alphabetically by name of function
|
-ralpha - sort table reverse alphabetically by name of function
|
-time - sort table by increasing usage of cpu time
|
-rtime - sort table by decreasing usage of cpu time
|
-words - sort table by increasing usage of memory
|
-rwords - sort table by decreasing usage of memory
|
-calls - sort table by increasing number of calls to each function
|
-rcalls - sort table by decreasing number of calls to each function
|
-load - sort table by increasing memory^2*time
|
-rload - sort table by decreasing memory^2*time
|