TECA
The Toolkit for Extreme Climate Analysis
teca_time_event< buffer_size > Class Template Reference

A helper class that times it's life. More...

#include <teca_profiler.h>

Public Member Functions

 teca_time_event (const char *class_name, const char *method, int port)
 
 teca_time_event (const char *class_name, int n_threads, int n_reqs)
 
 teca_time_event (const char *class_name, const char *method)
 
 teca_time_event (const char *name)
 

Detailed Description

template<int buffer_size>
class teca_time_event< buffer_size >

A helper class that times it's life.

A timer event is created that starts at the object's construction and ends at its destruction. The pointer to the event name must be valid throughout the objects life.


The documentation for this class was generated from the following file: