Add profile points; switch to microseconds

This commit is contained in:
Chris Cannam
2022-07-14 10:02:39 +01:00
parent 7179c2626c
commit dc74c993cf
7 changed files with 85 additions and 43 deletions

View File

@@ -101,6 +101,8 @@ R2Stretcher::R2Stretcher(size_t sampleRate,
m_freq2(12000),
m_baseFftSize(m_defaultFftSize)
{
Profiler profiler("R2Stretcher::R2Stretcher");
if (!_initialised) {
system_specific_initialise();
_initialised = true;