diff options
| author | Konstantin <const@const.me> | 2023-01-16 19:41:42 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-16 19:41:42 +0100 |
| commit | aaeab774c3c8e30b2925620fc3d2a34e5f53be4c (patch) | |
| tree | b70655af9f6199aa0e59f87dac9c98183be93f7e /Whisper/Utils/ProfileCollection.h | |
| parent | 00fa441b1cfbc4fa9cdab45cb9ed4ff115c402b0 (diff) | |
Bugfix: when processing files, “Run” CPU block was erroneously measured twice
Diffstat (limited to 'Whisper/Utils/ProfileCollection.h')
| -rw-r--r-- | Whisper/Utils/ProfileCollection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Whisper/Utils/ProfileCollection.h b/Whisper/Utils/ProfileCollection.h index a03319e..3d25609 100644 --- a/Whisper/Utils/ProfileCollection.h +++ b/Whisper/Utils/ProfileCollection.h @@ -15,6 +15,7 @@ namespace Whisper enum struct eCpuBlock : uint8_t { LoadModel, + RunComplete, Run, Callbacks, Spectrogram, |
