Lolly 1.4.27
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
timer.cpp File Reference
#include "timer.hpp"
#include "array.hpp"
#include "hashmap.hpp"
#include "iterator.hpp"
#include "merge_sort.hpp"
#include "tm_timer.hpp"
Include dependency graph for timer.cpp:

Go to the source code of this file.

Namespaces

namespace  lolly
 
namespace  lolly::system
 

Functions

void lolly::system::timer_start (string task)
 
void lolly::system::timer_cumul (string task)
 
void lolly::system::timer_reset (string task)
 
void lolly::system::bench_print (tm_ostream &ostream, string task, uint32_t threshold)
 
static array< stringlolly::system::collect (hashmap< string, uint32_t > h)
 
void lolly::system::bench_print (tm_ostream &ostream)
 

Variables

static hashmap< string, uint32_tlolly::system::timing_level (0)
 
static hashmap< string, uint32_tlolly::system::timing_nr (0)
 
static hashmap< string, uint32_tlolly::system::timing_cumul (0)
 
static hashmap< string, uint32_tlolly::system::timing_last (0)