Browse Source

DebugTools: did I doze off in the middle of a sentence again?

No idea what the rest was meant to be.
pull/595/head
Vladimír Vondruš 4 years ago
parent
commit
e53939c183
  1. 2
      src/Magnum/DebugTools/FrameProfiler.h

2
src/Magnum/DebugTools/FrameProfiler.h

@ -356,7 +356,7 @@ class MAGNUM_DEBUGTOOLS_EXPORT FrameProfiler {
*
* Returns a formatted string with names, means and units of all
* measurements in the order they were added. If some measurement data
* is available yet, prints placeholder values for these; if the
* is not available yet, prints placeholder values for these.
* @see @ref isMeasurementAvailable(), @ref isEnabled()
*/
std::string statistics() const;

Loading…
Cancel
Save