#include <Stats.h>
|
| using | clock = std::chrono::high_resolution_clock |
| |
Definition at line 30 of file Stats.h.
| dev::test::Stats::~Stats |
( |
| ) |
|
| Stats & dev::test::Stats::get |
( |
| ) |
|
|
static |
| void dev::test::Stats::suiteStarted |
( |
std::string const & |
_name | ) |
|
|
overridevirtual |
| void dev::test::Stats::testFinished |
( |
int64_t |
_gasUsed | ) |
|
|
overridevirtual |
| void dev::test::Stats::testStarted |
( |
std::string const & |
_name | ) |
|
|
overridevirtual |
| std::string dev::test::Stats::m_currentSuite |
|
private |
| std::string dev::test::Stats::m_currentTest |
|
private |
| std::vector<Item> dev::test::Stats::m_stats |
|
private |
| clock::time_point dev::test::Stats::m_tp |
|
private |
The documentation for this class was generated from the following files:
- src/cpp-ethereum/test/libtesteth/Stats.h
- src/cpp-ethereum/test/libtesteth/Stats.cpp