MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / ElapsedTime

Class ElapsedTime

scintilla/include/Platform.h:432–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430};
431
432class ElapsedTime {
433 long bigBit;
434 long littleBit;
435public:
436 ElapsedTime();
437 double Duration(bool reset=false);
438};
439
440/**
441 * Dynamic Library (DLL/SO/...) loading

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected