![]() |
The Quantum Exact Simulation Toolkit v4.0.0
|
Functions to control how QuEST's reporters display and truncate information. More...
Functions | |
void | setMaxNumReportedItems (qindex numRows, qindex numCols) |
void | setMaxNumReportedSigFigs (int numSigFigs) |
void | setNumReportedNewlines (int numNewlines) |
Functions to control how QuEST's reporters display and truncate information.
void setMaxNumReportedItems | ( | qindex | numRows, |
qindex | numCols ) |
Definition at line 128 of file debug.cpp.
void setMaxNumReportedSigFigs | ( | int | numSigFigs | ) |
This function does not affect the significant figures in printed memory sizes (e.g.
5.32 KiB
) which is always shown with three significant figures (or four when in bytes, e.g.1023 bytes
).
Definition at line 142 of file debug.cpp.
void setNumReportedNewlines | ( | int | numNewlines | ) |