A snapshot of wall, user, and system time plus memory and instruction counts.
Synopsis
Declared in <llvm/Support/Timer.h>
class TimeRecord;
Member Functions
Name |
Description |
|
Construct a zero‐initialized time record. |
Return the number of instructions executed. |
|
Return memory allocated in bytes. |
|
Return user plus system time in seconds. |
|
Return system‐mode CPU time in seconds. |
|
Return user‐mode CPU time in seconds. |
|
Return wall‐clock time in seconds. |
|
Add the times and resource counts from |
|
Return a time record equal to this record minus |
|
Subtract the times and resource counts in |
|
Print the current time record to |
|
Return true if this record's wall time is less than |
Static Member Functions
Name |
Description |
Get the current time and memory usage. |
Created with MrDocs