Commit ca1f5856 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Improved online display.

parent 7f3c6c33
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
*
*	Contents:	Command-line parsing.
*
*	Last modify:	12/11/2008
*	Last modify:	29/05/2009
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
@@ -130,7 +130,9 @@ int main(int argc, char *argv[])

  endprefs();
  NFPRINTF(OUTPUT, "");
  NPRINTF(OUTPUT, "> All done (in %.0f s)\n", prefs.time_diff);
  NPRINTF(OUTPUT, "> All done (in %.0f s: %.1f detections/s)\n",
	prefs.time_diff,
	(double)thecat.ntotal/(prefs.time_diff>0.0? prefs.time_diff : 1.0));

  return EXIT_SUCCESS;
  }