aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ElapsedPeriod.h
AgeCommit message (Collapse)AuthorFilesLines
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-1/+1
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal.
2021-04-28More reasonable variable name.Neil1-2/+2
2021-04-28Feature [feature-requests:1373]. Use steady_clock for measuring intervals.Zufu Liu1-4/+4
2020-06-11Use noexcept where safe and maintainable.Neil1-1/+1
2019-03-19Make constructors of simple classes noexcept.Neil1-1/+1
2018-04-30Use const where possible.Neil1-1/+1
2018-04-26Use <chrono> for platform-independent timing and remove ElapsedTime.Neil1-0/+35
Also use #if for painting measurement as there are 7 sections of code to enable.