Commit History

Author SHA1 Message Date
  Mukund Sivaraman dd637a3867 [2225_statistics] Add a FIXME comment about not using delta.total_seconds() 12 years ago
  Naoki Kambe 2a337c756a [2225_statistics] do imp.reload(counters) in setUp() method instead of in setUpClass() method 12 years ago
  Naoki Kambe 28a20a3ee7 [2225_statistics] Revert "[2225_statistics] use timedelta.total_seconds() instead of redundant computation" 12 years ago
  Naoki Kambe 2ad5c3c52b [2225_statistics] rename counter.py to counters.py 12 years ago
  Mukund Sivaraman be258adbec [2225_statistics] Change description of multi-threaded use 12 years ago
  Mukund Sivaraman 02a31879b8 [2225_statistics] Remove unnecessary documentation 12 years ago
  Mukund Sivaraman df03141495 [2225_statistics] Minor grammar correction 12 years ago
  Naoki Kambe cd917b3660 [2225_statistics] reload the counters module before starting tests 12 years ago
  Naoki Kambe cc0c7a0a7b [2225_statistics] add multi-module tests for the scenarios 12 years ago
  Naoki Kambe e12dee22bb [2225_statistics] correct the module name according to renaming to counters.py 12 years ago
  Naoki Kambe 927c2a9486 [2225_statistics] simplify too detailed documentation in start_timer() and stop_timer() 12 years ago
  Naoki Kambe 6443e079d1 [2225_statistics] correct documentation of inc() and dec() 12 years ago
  Naoki Kambe 78f11bb1db [2225_statistics] add a common helper function for incrementing or decrementing a counter 12 years ago
  Naoki Kambe 08d9023ba3 [2225_statistics] add note to _concat() 12 years ago
  Naoki Kambe dc7e03f9cc [2225_statistics] rename counter.py to counters.py and make the related changes for the review comment 12 years ago
  Mukund Sivaraman bc768d296f [2225_statistics] Make various documentation updates 12 years ago
  Naoki Kambe a9f2470217 [2225_statistics] rename dump_statistics() to get_statistics() 12 years ago
  Naoki Kambe ef7776ea48 [2225_statistics] update document as it is 12 years ago
  Naoki Kambe f098bc21fd [2225_statistics] add helpful comments to the complicated expression 12 years ago
  Naoki Kambe 607d55c17a [2225_statistics] rename to clear_all() 12 years ago
  Naoki Kambe 903087f3c9 [2225_statistics] rename start()/stop() to start_timer()/stop_timer() 12 years ago
  Naoki Kambe 65bbcd0970 [2225_statistics] remove 'else' statement 12 years ago
  Naoki Kambe e8ed9fd779 [2225_statistics] update document of Counters.stop() 12 years ago
  Naoki Kambe 31b16f3568 [2225_statistics] use timedelta.total_seconds() instead of redundant computation 12 years ago
  Naoki Kambe 6fe2c80c65 [2225_statistics] remove an unnecessary formating 12 years ago
  Naoki Kambe 87ff7feca9 [2225_statistics] remove an unnecessary try/expect statement 12 years ago
  Naoki Kambe 48974a8f83 [2225_statistics] add step as kwarg into inc() and use it in dec() with step=-1 12 years ago
  Naoki Kambe 652859d502 [2225_statistics] add a helper method _concat and its test 12 years ago
  Naoki Kambe aa70659de5 [2225_statistics] synchronize when accessing self._disabled 12 years ago
  Naoki Kambe c9e1f35632 [2225_statistics] document about cases when a spec file is specified and omitted 12 years ago