LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
timer_map.hpp File Reference
#include "lbann/utils/accumulating_timer.hpp"
#include <algorithm>
#include <iomanip>
#include <iostream>
#include <list>
#include <numeric>
#include <string>
Include dependency graph for timer_map.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lbann::TimerMap
 A nesting inclusive-timer. More...
 
class  lbann::ScopeTimer
 

Namespaces

 lbann
 

Functions

template<typename TimerT >
auto lbann::time_scope (TimerT &timer, std::string const &scope_name)