The file contains code for obtaining timing/memory usage information. More...
#include <SPL/config.hpp>
#include <SPL/Timer.hpp>
#include <iostream>
#include <fstream>
#include <cassert>
#include <iterator>
#include <vector>
#include <string>
#include <unistd.h>
#include <boost/lexical_cast.hpp>
#include <boost/tokenizer.hpp>
Functions | |
double | SPL::getPeakMemUsage () |
Get the peak memory usage for the process. More... | |
double | SPL::getCurrentMemUsage () |
Get the amount of memory currently being used by the process. More... | |
The file contains code for obtaining timing/memory usage information.