Historique des commits

Auteur SHA1 Message Date
  Naoki Kambe dc7e03f9cc [2225_statistics] rename counter.py to counters.py and make the related changes for the review comment il y a 12 ans
  Mukund Sivaraman bc768d296f [2225_statistics] Make various documentation updates il y a 12 ans
  Naoki Kambe a9f2470217 [2225_statistics] rename dump_statistics() to get_statistics() il y a 12 ans
  Naoki Kambe ef7776ea48 [2225_statistics] update document as it is il y a 12 ans
  Naoki Kambe f098bc21fd [2225_statistics] add helpful comments to the complicated expression il y a 12 ans
  Naoki Kambe 607d55c17a [2225_statistics] rename to clear_all() il y a 12 ans
  Naoki Kambe 903087f3c9 [2225_statistics] rename start()/stop() to start_timer()/stop_timer() il y a 12 ans
  Naoki Kambe 65bbcd0970 [2225_statistics] remove 'else' statement il y a 12 ans
  Naoki Kambe e8ed9fd779 [2225_statistics] update document of Counters.stop() il y a 12 ans
  Naoki Kambe 31b16f3568 [2225_statistics] use timedelta.total_seconds() instead of redundant computation il y a 12 ans
  Naoki Kambe 6fe2c80c65 [2225_statistics] remove an unnecessary formating il y a 12 ans
  Naoki Kambe 87ff7feca9 [2225_statistics] remove an unnecessary try/expect statement il y a 12 ans
  Naoki Kambe 48974a8f83 [2225_statistics] add step as kwarg into inc() and use it in dec() with step=-1 il y a 12 ans
  Naoki Kambe 652859d502 [2225_statistics] add a helper method _concat and its test il y a 12 ans
  Naoki Kambe aa70659de5 [2225_statistics] synchronize when accessing self._disabled il y a 12 ans
  Naoki Kambe c9e1f35632 [2225_statistics] document about cases when a spec file is specified and omitted il y a 12 ans
  Naoki Kambe ad322965f2 [2225_statistics] correct and add documentation of the Counters class il y a 12 ans
  Naoki Kambe ad6e16d259 [2225_statistics] correct documentation about an undefined method il y a 12 ans
  Naoki Kambe 2b861742dc [2225_statistics] rename the class to the plural form (`Counters`) as it manages multiple counters il y a 12 ans
  Naoki Kambe 0c8094b0e3 [2225_statistics] change the variable names il y a 12 ans
  Naoki Kambe cf41749b42 [2225_statistics] correct the variable names from the counter object il y a 12 ans
  Naoki Kambe 02e63b13f8 [2225_statistics] remove the unnecessary parameters il y a 12 ans
  Naoki Kambe 1e45b7161d [2225_statistics] manipulate the counter via incrementer and getter methods il y a 12 ans
  Naoki Kambe e78b80b2a9 [2225_statistics] add checking validation of statistics data in case of no TEST_SPECFILE_LOCATION il y a 12 ans
  Naoki Kambe 966b5ee5cf [2225_statistics] add a new test case TestCounter0() in case of no TEST_SPECFILE_LOCATION il y a 12 ans
  Naoki Kambe b95523d535 [2225_statistics] add the new test methods according to the new interface: il y a 12 ans
  Naoki Kambe 5877132809 [2225_statistics] remove the obsolete test methods: il y a 12 ans
  Naoki Kambe 17e0f40318 [2225_statistics] remove the unnecessary parameters il y a 12 ans
  Naoki Kambe 1150b0ef4b [2225_statistics] add Counter() constructors according to the update il y a 12 ans
  Naoki Kambe 65a2fbba5b [2225_statistics] remove the unnecessary setUpClass() methods il y a 12 ans