Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::eth::ImportPerformanceLogger Class Reference

#include <ImportPerformanceLogger.h>

Public Member Functions

void onStageFinished (std::string const &_name)
 
double stageDuration (std::string const &_name) const
 
void onFinished (std::unordered_map< std::string, std::string > const &_additionalValues)
 

Detailed Description

Definition at line 35 of file ImportPerformanceLogger.h.

Member Function Documentation

◆ onFinished()

void dev::eth::ImportPerformanceLogger::onFinished ( std::unordered_map< std::string, std::string > const &  _additionalValues)
inline

Definition at line 50 of file ImportPerformanceLogger.h.

◆ onStageFinished()

void dev::eth::ImportPerformanceLogger::onStageFinished ( std::string const &  _name)
inline

Definition at line 38 of file ImportPerformanceLogger.h.

◆ stageDuration()

double dev::eth::ImportPerformanceLogger::stageDuration ( std::string const &  _name) const
inline

Definition at line 44 of file ImportPerformanceLogger.h.


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