]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blobdiff - examples/two_eo_per_frame_opt/main.cpp
Merge branch 'hotfix/v01.05.01'
[tidl/tidl-api.git] / examples / two_eo_per_frame_opt / main.cpp
index 659485e1dbf7e1c053593a2bc4a2bad6d5cb6dd0..43310c034f1596b0c028c1889c9e7c1cfb800e9f 100644 (file)
@@ -69,6 +69,11 @@ int main(int argc, char *argv[])
     string ref_file ="../test/testvecs/reference/j11_v2_ref.bin";
     unique_ptr<const char> reference_output(ReadReferenceOutput(ref_file));
 
+    // Enable time stamp generation. The timestamp file is post processed
+    // by execution_graph.py to generate graphical view of frame execution.
+    // Refer to the User's Guide for details.
+    EnableTimeStamps("2eo_opt.log");
+
     bool status = Run(num_eve, num_dsp, reference_output.get());
 
     if (!status)