#include <iostream>
#include <string>
void LongFunction()
{
for(int i = 0; i < itk::NumericTraits< int >::max() / 100; i++)
{
double a = 0;
(void)a;
}
}
int main(int, char *[])
{
LongFunction();
std::cout <<
"Mean: " << clock.
GetMean() << std::endl;
std::cout <<
"Total: " << clock.
GetTotal() << std::endl;
LongFunction();
std::cout <<
"Mean: " << clock.
GetMean() << std::endl;
std::cout <<
"Total: " << clock.
GetTotal() << std::endl;
return EXIT_SUCCESS;
}