#include <perfstats.hpp>
|
enum | Type {
BOOL
, COORDINATES
, COUNT
, CURRENT
,
DISTANCE
, DOUBLE
, DURATION
, ENERGY
,
FRAME
, FREQUENCY
, INT
, ITERATION
,
MEMORY
, ORIENTATION
, PERCENTAGE
, POSITION
,
POWER
, TIME
, UNDEFINED
, VOLTAGE
,
VOLUME
} |
|
|
static double | timeNow () |
| Return the current seconds since the epoch, as measured by std::chrono::steady_clock.
|
|
◆ Type
Enumerator |
---|
BOOL | |
COORDINATES | |
COUNT | |
CURRENT | |
DISTANCE | |
DOUBLE | |
DURATION | |
ENERGY | |
FRAME | |
FREQUENCY | |
INT | |
ITERATION | |
MEMORY | |
ORIENTATION | |
PERCENTAGE | |
POSITION | |
POWER | |
TIME | |
UNDEFINED | |
VOLTAGE | |
VOLUME | |
◆ PerfStats()
se::PerfStats::PerfStats |
( |
| ) |
|
◆ createHeaderString()
std::string se::PerfStats::createHeaderString |
( |
| ) |
|
- Returns
- The tab separated stats names with units.
◆ createDataIterString() [1/2]
std::string se::PerfStats::createDataIterString |
( |
| ) |
|
◆ createDataIterString() [2/2]
std::string se::PerfStats::createDataIterString |
( |
const size_t |
iter | ) |
|
◆ createDataString()
std::string se::PerfStats::createDataString |
( |
| ) |
|
◆ get()
- Parameters
-
[in] | key | The key to the requested stats. |
- Returns
- The stats cooresponding
◆ sample()
◆ sampleT_WB()
double se::PerfStats::sampleT_WB |
( |
const Eigen::Isometry3f & |
T_WB | ) |
|
◆ sampleDurationStart()
double se::PerfStats::sampleDurationStart |
( |
const std::string & |
key | ) |
|
◆ sampleDurationEnd()
double se::PerfStats::sampleDurationEnd |
( |
const std::string & |
key | ) |
|
◆ setFilestream()
void se::PerfStats::setFilestream |
( |
std::ofstream * |
filestream | ) |
|
◆ setIter()
Set the current iteration and add it to the stats.
- Parameters
-
◆ writeToFilestream()
void se::PerfStats::writeToFilestream |
( |
| ) |
|
Write performance stats to filestream.
The first time the function is called the header will be added. If the
◆ writeToOStream()
void se::PerfStats::writeToOStream |
( |
std::ostream & |
ostream | ) |
|
◆ writeSummaryToOStream()
void se::PerfStats::writeSummaryToOStream |
( |
std::ostream & |
ostream, |
|
|
const bool |
include_iter_data = true |
|
) |
| |
◆ timeNow()
Return the current seconds since the epoch, as measured by std::chrono::steady_clock.
◆ header_order_
Initial value:= {
@ MEMORY
Definition perfstats.hpp:43
@ POWER
Definition perfstats.hpp:47
@ FRAME
Definition perfstats.hpp:39
@ COUNT
Definition perfstats.hpp:33
@ DISTANCE
Definition perfstats.hpp:35
@ VOLTAGE
Definition perfstats.hpp:50
@ UNDEFINED
Definition perfstats.hpp:49
@ ITERATION
Definition perfstats.hpp:42
@ CURRENT
Definition perfstats.hpp:34
@ ORIENTATION
Definition perfstats.hpp:44
@ INT
Definition perfstats.hpp:41
@ FREQUENCY
Definition perfstats.hpp:40
@ ENERGY
Definition perfstats.hpp:38
@ VOLUME
Definition perfstats.hpp:51
@ DURATION
Definition perfstats.hpp:37
@ POSITION
Definition perfstats.hpp:46
@ BOOL
Definition perfstats.hpp:31
@ TIME
Definition perfstats.hpp:48
@ DOUBLE
Definition perfstats.hpp:36
@ PERCENTAGE
Definition perfstats.hpp:45
The order the different types are added to the output.
◆ insertion_idx_
int se::PerfStats::insertion_idx_ |
The index of the next stat to be inserted to performance stats.
◆ iter_
◆ order_
std::map<int, std::string> se::PerfStats::order_ |
The order the stats are added to the stats_ map | map idx -> stat name.
◆ stats_
std::map<std::string, Stats> se::PerfStats::stats_ |
The map stat name -> stat.
◆ filestream_
std::ofstream* se::PerfStats::filestream_ |
◆ filestream_aligned_
bool se::PerfStats::filestream_aligned_ |
◆ filestream_last_iter_
size_t se::PerfStats::filestream_last_iter_ |
◆ filestream_pos_
std::streampos se::PerfStats::filestream_pos_ |
◆ ostream_aligned_
bool se::PerfStats::ostream_aligned_ |
◆ ostream_last_iter_
size_t se::PerfStats::ostream_last_iter_ |
The documentation for this struct was generated from the following file: