Bitstream Interpretation Library (BIL)
0.1
|
Prints statistics of a DeviceCfgDb. More...
#include <mappingdb/DeviceCfgDbStats.hpp>
Public Member Functions | |
void | printStats (const DeviceCfgDb &db, const Device &device, std::ostream &outStream) |
Print out statistics of given data base. |
Prints statistics of a DeviceCfgDb.
Definition at line 20 of file DeviceCfgDbStats.hpp.
void DeviceCfgDbStats::printStats | ( | const DeviceCfgDb & | db, |
const Device & | device, | ||
std::ostream & | outStream | ||
) |
Print out statistics of given data base.
db | The data base. |
device | The device the data base is for. |
outStream | Stream to use for output. |
Definition at line 35 of file DeviceCfgDbStats.cpp.