Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
#include <ilviews/macros.h>
Typedefs | |
typedef IlDouble | IlvRunTimeType |
Functions | |
IlvRunTimeType | IlvRunTime () |
Gets the current CPU date. More... | |
[library display ilviews/util/runtime.h] Declaration of the IlvRunTime function.
The data type used to store CPU time values. It actually is equivalent to IlDouble
.
IlvRunTime | ( | ) |
Gets the current CPU date.
Use this global function to retrieve the current CPU date in seconds. To get the CPU time consumed in a given code fragment, simply store the value returned from IlvRunTime
before the code fragment is measured, then subtract the value obtained after the code has been processed from the same saved value.
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.