Project_DJ_Engine
Documentation:
Getting Started
API Reference
Editor_Format
Project_DJ_Engine
Class SectionTimer
View page source
Class SectionTimer
Defined in
File music_to_waveform_webp.cpp
Class Documentation
class
SectionTimer
Public Types
using
Clock
=
std
::
chrono
::
high_resolution_clock
using
TimePoint
=
std
::
chrono
::
time_point
<
Clock
>
using
Duration
=
std
::
chrono
::
duration
<
double
,
std
::
milli
>
Public Functions
inline
SectionTimer
(
std
::
string
name
)
inline
~SectionTimer
(
)
inline
double
elapsed_ms
(
)
const