Signal/Geometry Processing Library (SPL)  1.1.24
Timer.hpp File Reference

This file contains code for the Timer class. More...

#include <SPL/config.hpp>
#include <iostream>
#include <cstdlib>

Go to the source code of this file.

Classes

class  SPL::Timer
 A class for making timing measurements. More...
 

Functions

double SPL::getCurrentMemUsage ()
 Get the amount of memory currently being used by the process. More...
 
double SPL::getPeakMemUsage ()
 Get the peak memory usage for the process. More...
 

Detailed Description

This file contains code for the Timer class.