summaryrefslogtreecommitdiffstats
path: root/Whisper/Utils/ProfileCollection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Whisper/Utils/ProfileCollection.cpp')
-rw-r--r--Whisper/Utils/ProfileCollection.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Whisper/Utils/ProfileCollection.cpp b/Whisper/Utils/ProfileCollection.cpp
index 2fc5919..eaf737c 100644
--- a/Whisper/Utils/ProfileCollection.cpp
+++ b/Whisper/Utils/ProfileCollection.cpp
@@ -50,9 +50,11 @@ namespace
#define V(x) case eCpuBlock::x: return #x
V( LoadModel );
V( Run );
+ V( Callbacks );
V( Spectrogram );
V( Sample );
V( VAD );
+ V( Encode );
V( Decode );
V( DecodeStep );
V( DecodeLayer );