/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk

« back to all changes in this revision

Viewing changes to dict_hw/src/dict_hw_cli.cpp

  • Committer: Suren A. Chilingaryan
  • Date: 2010-08-09 00:10:31 UTC
  • Revision ID: csa@dside.dyndns.org-20100809001031-59vi0m04osiimrvz
Timing measurements are fixed, openmp support to accelerate image reduction

Show diffs side-by-side

added added

removed removed

Lines of Context:
575
575
    print_timing("Initialization/LoadTemplate", time[8]);
576
576
    print_timing("Processing/Computations", time[2] - time[9] - time[1], maximg - 1);
577
577
    print_timing("Processing/Writeout", time[1], maximg - 1);
578
 
    print_timing("Computations/Load Image", time[5], maximg - 1);
579
 
    print_timing("Computations/Waiting Result", time[2] - time[9] - time[1] - time[5], maximg - 1);
 
578
    print_timing("*/Computations/Load Image", time[5], maximg - 1);
 
579
    print_timing("*/Computations/Waiting Result", time[2] - time[9] - time[1] - time[5], maximg - 1);
 
580
    reportMessage("\n - Processing Images timing can be hiden by Loading Images in the Library");
580
581
    reportMessage("");
581
582
#endif /* DICT_HW_MEASURE_TIMINGS */
582
583