Commit Graph

  • 3e4e7c540d Chrono: Updated include.hpp and doc Vicente J. Botet Escriba 2011-10-08 14:47:39 +0000
  • 3e9dd476a0 Chrono: update global include.hpp file Vicente J. Botet Escriba 2011-10-08 14:26:27 +0000
  • 0835cea4a2 Chrono: Added perf now() Vicente J. Botet Escriba 2011-10-08 14:24:53 +0000
  • a1485a8089 Chrono: Merge #5998 - Jamfile and clock_test were forgoten in the preceding commit Vicente J. Botet Escriba 2011-10-08 13:47:19 +0000
  • c088bf7abe Chrono: Merge #5998 Vicente J. Botet Escriba 2011-10-08 12:28:38 +0000
  • b7293257e9 Chrono: Merge #5977 Vicente J. Botet Escriba 2011-10-08 12:11:57 +0000
  • 41f973ebf1 Chrono: Move clock_string.hpp from chono/io to chrono directory Vicente J. Botet Escriba 2011-10-08 09:59:23 +0000
  • b03ae13421 Chrono: document 1.2 update Vicente J. Botet Escriba 2011-10-07 23:18:23 +0000
  • c52c0ce38b Chrono: document 1.2 update + io improvements + stopwatches Vicente J. Botet Escriba 2011-10-07 22:29:36 +0000
  • 6061e9bfdc Chrono: Merged #5976,5979,5978,5906,5907,5909,5946,5974 Vicente J. Botet Escriba 2011-10-07 22:04:11 +0000
  • 40160d3e41 Chrono: Added BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING to avoid system::error_code Vicente J. Botet Escriba 2011-10-07 21:54:24 +0000
  • dfbb07c890 Chrono: Added BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING to avoid system::error_code Vicente J. Botet Escriba 2011-10-07 13:43:47 +0000
  • ba25206476 Chrono: take care of BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING Vicente J. Botet Escriba 2011-10-07 13:42:21 +0000
  • 9f5cac68c5 Chrono: elapsed takes in account the elapsed time stored on the LapsCollector + added time_point time_fmt and io_savers. Vicente J. Botet Escriba 2011-10-06 03:47:24 +0000
  • 87206caa2d Chrono: elapsed takes in account the elapsed time stored on the LapsCollector. Vicente J. Botet Escriba 2011-10-06 03:46:00 +0000
  • 2a9bf0ddf7 Chrono: Move clock_string specializations to the respective clock files. Vicente J. Botet Escriba 2011-10-05 14:51:33 +0000
  • bfc23bc577 Chrono: include explicitly clock files Vicente J. Botet Escriba 2011-10-05 14:49:40 +0000
  • a9d9297065 Chrono: include explicitly clock files Vicente J. Botet Escriba 2011-10-05 14:49:25 +0000
  • 8e337fde07 Chrono: Move translation to a separated file and make use for epoch also. Vicente J. Botet Escriba 2011-10-05 13:56:27 +0000
  • d985cda6ac Chrono: Extract in duration_unit_string the duration unit logic as well as the possibility tp customize the translation and set deprecated the facet constructor taking the units name and the name/long_name/short_name functions Vicente J. Botet Escriba 2011-10-04 16:57:57 +0000
  • bdc874071d Chrono: Fix chrono-run-header target Vicente J. Botet Escriba 2011-10-04 16:48:15 +0000
  • 625922a77f Chrono: set deprecated use_short/use_long, duration_short/duration_long, ... Vicente J. Botet Escriba 2011-10-04 12:32:50 +0000
  • 375920583b Chrono: replace deprecated duration_short/duration_long. undef BOOST_CHRONO_IO_V1_DONT_PROVIDE_DEPRECATED is this will when deprecated Vicente J. Botet Escriba 2011-10-04 12:31:15 +0000
  • 1777cca6aa Chrono: replace deprecated duration_short/duration_long Vicente J. Botet Escriba 2011-10-04 12:29:40 +0000
  • 03cf67d5b7 Chrono: update accuracy test to checl also for process_cpu_clock Vicente J. Botet Escriba 2011-10-04 10:23:17 +0000
  • 6aa6cc7ff6 Chrono: rename prefix_text by prefix Vicente J. Botet Escriba 2011-10-04 10:20:41 +0000
  • a0eb543706 Chrono: rename prefix_text by prefix Vicente J. Botet Escriba 2011-10-04 10:20:18 +0000
  • 2bbc30875f Chrono: indent Vicente J. Botet Escriba 2011-10-04 10:19:28 +0000
  • 72959181df Chrono: cleanup Vicente J. Botet Escriba 2011-10-04 10:18:17 +0000
  • 2e591f36b2 Chrono: reduce the combinations of header-only, shared, static link to reduce test time by 50%. Vicente J. Botet Escriba 2011-10-04 07:29:30 +0000
  • d1a48a247f Chrono: complete process_times common_type and make conversion Rep const Vicente J. Botet Escriba 2011-10-04 05:39:45 +0000
  • 6549783f66 Chrono: update perf test with process_cpu_clock Vicente J. Botet Escriba 2011-10-03 21:15:36 +0000
  • d7052a9238 Chrono: Add BOOST_CHRONO_HAS_PROCESS_CLOCKS protection for CE Vicente J. Botet Escriba 2011-10-03 21:14:32 +0000
  • 90e82e768f Chrono: Avoid operator== ambiguity Vicente J. Botet Escriba 2011-10-03 21:13:45 +0000
  • 548f6f67bd Chrono: Add BOOST_CHRONO_HAS_PROCESS_CLOCKS protection for CE Vicente J. Botet Escriba 2011-10-03 21:12:09 +0000
  • a41377b720 Chrono: process real cpu clock uses clock instead of times which is twice faster and with high resolution for MacOs Vicente J. Botet Escriba 2011-10-03 14:48:07 +0000
  • 6990be9d09 Chrono: update perf test with clock names Vicente J. Botet Escriba 2011-10-03 12:30:55 +0000
  • 393c4dea7b Chrono: update perf with times() and clock() Vicente J. Botet Escriba 2011-10-02 18:08:24 +0000
  • 4ad0340f89 Chrono:Fix typo Vicente J. Botet Escriba 2011-10-02 16:35:14 +0000
  • b7f296c7c7 Chrono: Added perf for now function Vicente J. Botet Escriba 2011-10-02 16:27:15 +0000
  • fd34d71a63 Chrono: Added basic and accumulator set reporter tests Vicente J. Botet Escriba 2011-10-02 15:12:29 +0000
  • 0b70fc06b5 Chrono: Extract dont_start used by basic_stopwatch_reporter and fix some errors in accumulator set formatter Vicente J. Botet Escriba 2011-10-02 15:09:54 +0000
  • fa9b72ee03 Make the default formatter to be elapsed_formatter while been possible to specialize it for Stopwatches and Clocks. Added accumulator_set_formatter.hpp and the corresponding specializations for default formatter Vicente J. Botet Escriba 2011-10-02 08:19:01 +0000
  • 80271eccb0 Chrono: endure simple_stopwatch.hpp in included Vicente J. Botet Escriba 2011-10-02 08:07:04 +0000
  • 12be301709 Chrono: fix typo in Jamfile Vicente J. Botet Escriba 2011-10-01 23:26:19 +0000
  • 314d118922 Chrono: fix typo in Jamfile Vicente J. Botet Escriba 2011-10-01 23:25:48 +0000
  • 6d6232cc3d Chrono: remove not useful lightweight_stopwatch_reporter Vicente J. Botet Escriba 2011-10-01 21:27:58 +0000
  • f9b36150ed Chrono: remove not useful lightweight_stopwatch_reporter Vicente J. Botet Escriba 2011-10-01 21:27:09 +0000
  • 7947ab973e Chrono: remove not useful lightweight_stopwatch_reporter Vicente J. Botet Escriba 2011-10-01 21:26:47 +0000
  • 05ee1e7197 Chrono: Rename memories by collectors Vicente J. Botet Escriba 2011-10-01 21:03:32 +0000
  • c948d39640 Chrono: Rename memories by collectors Vicente J. Botet Escriba 2011-10-01 21:01:34 +0000
  • f984a04456 Chrono: Rename memories by collectors Vicente J. Botet Escriba 2011-10-01 20:59:29 +0000
  • de0cadea7a Chrono: Rename lap_memory by las_collector Vicente J. Botet Escriba 2011-10-01 20:48:46 +0000
  • 7882bc502d Chrono: Rename lap_memory by las_collector Vicente J. Botet Escriba 2011-10-01 20:48:25 +0000
  • 2501f83ade Chrono: Added laps_sequence_container.hpp Vicente J. Botet Escriba 2011-10-01 20:47:20 +0000
  • 573c1ba107 Chrono: Added test for basic and suspendable stopwatches and make stopwatch use an emulated clock so no time is spent during the regression tests Vicente J. Botet Escriba 2011-10-01 16:53:14 +0000
  • cac9c44f8c Chrono: Simplify basic_stopwatch and extract the suspend/resume part. Added different models of SampleCollectors-Memories Vicente J. Botet Escriba 2011-10-01 16:49:36 +0000
  • 311f260cc3 Chrono: Added format function to get the formatter of a reporter Vicente J. Botet Escriba 2011-10-01 16:45:25 +0000
  • e99b8e6920 Chrono: rollback the use of process cpu Vicente J. Botet Escriba 2011-09-29 20:52:55 +0000
  • d352ec1552 Chrono: factor uses of tick_factor() Vicente J. Botet Escriba 2011-09-27 23:05:15 +0000
  • 7d7bb16a83 Chrono: Fix abiguity by prefixing with boost:: and try to catch other Sun errors. Vicente J. Botet Escriba 2011-09-27 19:23:42 +0000
  • b22fbc5ff9 Chrono: try to fix issue on compilers defining _POSIX_CPUTIME Vicente J. Botet Escriba 2011-09-26 22:20:37 +0000
  • 66d5df2bbc Chrono: try to fic issue with process_cpu_clocks in CE Vicente J. Botet Escriba 2011-09-26 22:18:33 +0000
  • e26b494348 Chrono: Added time_point i/o tests for generic clocks and check duration_style_io_saver Vicente J. Botet Escriba 2011-09-25 13:27:09 +0000
  • 6f19e29380 Chrono: fix error on duration_style_io_saver that needs to retrieve the inbue-ed locale Vicente J. Botet Escriba 2011-09-25 13:25:23 +0000
  • 3f44eea5ad Chrono: Added some duration io tests Vicente J. Botet Escriba 2011-09-25 11:57:21 +0000
  • 11d5d036bc Chrono: Added some duration io tests Vicente J. Botet Escriba 2011-09-25 11:53:27 +0000
  • 9429fe5e60 Chrono: remove io from simple_stopwatch_pass test Vicente J. Botet Escriba 2011-09-24 16:14:05 +0000
  • e432d95165 Chrono: Use elapsed_formatter when forcing format Vicente J. Botet Escriba 2011-09-24 16:12:52 +0000
  • 92bed88f54 Chrono: refactor config file Vicente J. Botet Escriba 2011-09-24 16:11:26 +0000
  • f105e12a87 Chrono: Use CLOCK_PROCESS_CPUTIME_ID when available on posix Vicente J. Botet Escriba 2011-09-24 16:10:34 +0000
  • edc6cc12e5 Chrono: make process_cpu_clocks interact better with other clocks durations Vicente J. Botet Escriba 2011-09-24 16:09:19 +0000
  • 08aff7913b Chrono: Use clock() instead of steady_clock to represent wall process clock on windows Vicente J. Botet Escriba 2011-09-24 16:00:17 +0000
  • afad47264f Chrono: Split test suites Vicente J. Botet Escriba 2011-09-24 15:58:35 +0000
  • 2f5384b35d Chrono: added traces to try to catch some errors on Solaris Vicente J. Botet Escriba 2011-09-22 21:53:25 +0000
  • 57a68ee61f Chrono: It seems that thread_clocks are not working on Solaris. Inhibit them until a workaround is found :( Vicente J. Botet Escriba 2011-09-22 21:52:08 +0000
  • a015353c5b Chrono: try to make portable timezone::type conversions on PGI Vicente J. Botet Escriba 2011-09-22 21:15:39 +0000
  • 06dede3343 Chrono: Fix issue with duration_style and Add stopwatch_scoped.hpp basic_stopwatch.hpp Vicente J. Botet Escriba 2011-09-21 22:39:38 +0000
  • a147fe4077 Chrono: Split chrono_io.hpp Vicente J. Botet Escriba 2011-09-21 22:26:56 +0000
  • 80d355ce3d Chrono: Make more portable round() code Vicente J. Botet Escriba 2011-09-21 22:25:32 +0000
  • 1cede15dae Chrono: remove chrono_accuracy_test.cpp as no deterministic Vicente J. Botet Escriba 2011-09-21 22:21:07 +0000
  • 38d48ab7be Chrono: remove test file_line Vicente J. Botet Escriba 2011-09-21 20:50:44 +0000
  • 9e22344e26 Added lightweight_stopwatch_reporter_example.cpp Vicente J. Botet Escriba 2011-09-21 17:13:01 +0000
  • ecd5285595 Added simple_lightweight_stopwatch_reporter_pass.cpp test Vicente J. Botet Escriba 2011-09-21 17:11:41 +0000
  • 976369c844 Added lightweight_stopwatch_reporter.hpp Vicente J. Botet Escriba 2011-09-21 17:10:30 +0000
  • abb3115e9d Chrono: Add file_line example Vicente J. Botet Escriba 2011-09-21 17:05:30 +0000
  • 60be547b8b Chrono: refactor formatter to inherit from boost::basic_format Vicente J. Botet Escriba 2011-09-21 17:04:12 +0000
  • 227d95fe8f Chrono: cleanup stopwatch_reporter.hpp Vicente J. Botet Escriba 2011-09-21 17:02:31 +0000
  • 32132c6a1f Chrono: refactor process_cpu_clock_times into a template class so we can cast changingthe representation Vicente J. Botet Escriba 2011-09-21 17:00:43 +0000
  • 92d3ac8f7f Chrono: typo Vicente J. Botet Escriba 2011-09-21 16:58:10 +0000
  • af50cb08c7 Chrono: Fiw thread_clock:now noexcept prototype mistmatch Vicente J. Botet Escriba 2011-09-19 08:25:49 +0000
  • 747b056730 Chrono: Added simple_stopwatch_reporter_pass.cpp test Vicente J. Botet Escriba 2011-09-18 21:15:26 +0000
  • 31afa124ad Chrono: Added stopwatches.hpp Vicente J. Botet Escriba 2011-09-18 21:14:36 +0000
  • d2ab44e261 Chrono: Added times formatter + default formatter for process and thread clocks Vicente J. Botet Escriba 2011-09-18 21:09:45 +0000
  • 43b88f477b Chrono: Added basic Stopwatch reporter basic example Vicente J. Botet Escriba 2011-09-18 20:22:47 +0000
  • 0e2029453c Chrono: Added basic Stopwatch reporter and formaters Vicente J. Botet Escriba 2011-09-18 20:20:17 +0000
  • 1a3ded61b7 Chrono: Improve simple_stopwatch_pass.cpp test Vicente J. Botet Escriba 2011-09-18 17:59:22 +0000
  • 44bf46c6c0 Chrono: Fiw some error on cygwin and windows related to process clocks Vicente J. Botet Escriba 2011-09-18 17:58:27 +0000
  • c3fa56b8da Adapt test to definition of BOOST_CHRONO_HAS_THREAD_CLOCK Vicente J. Botet Escriba 2011-09-18 14:13:30 +0000
  • c8844c99e8 Adapt test to definition of BOOST_CHRONO_HAS_THREAD_CLOCK+BOOST_CHRONO_HAS_PROCESS_CLOCK Vicente J. Botet Escriba 2011-09-18 14:12:53 +0000