Fabcoin Core  0.16.2
P2P Digital Currency
Namespaces
ExecStats.cpp File Reference
#include "ExecStats.h"
#include <iostream>
#include <iomanip>
#include <cassert>
#include "Utils.h"
Include dependency graph for ExecStats.cpp:

Go to the source code of this file.

Namespaces

 dev
 Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger.
 
 dev::evmjit
 

Variable Documentation

size_t count = 0

Definition at line 37 of file ExecStats.cpp.

ExecStats::duration max = ExecStats::duration::zero()

Definition at line 36 of file ExecStats.cpp.

ExecStats::duration min = ExecStats::duration::max()

Definition at line 35 of file ExecStats.cpp.

ExecStats::duration tot = ExecStats::duration::zero()

Definition at line 34 of file ExecStats.cpp.