]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blobdiff - examples/one_eo_per_frame/main.cpp
Add option to specify object classes list file
[tidl/tidl-api.git] / examples / one_eo_per_frame / main.cpp
index 36197c82905040efc85dbb0eaeba9e817abdfd1b..8872c06438d3aed18c54d8ebbcbd0bcf6fa320cd 100644 (file)
@@ -74,6 +74,11 @@ int main(int argc, char *argv[])
 
     unique_ptr<const char> reference_output(ReadReferenceOutput(ref_file));
 
 
     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("1eo.log");
+
     bool status = Run(config_file, num_eve, num_dsp, reference_output.get());
 
     if (!status)
     bool status = Run(config_file, num_eve, num_dsp, reference_output.get());
 
     if (!status)