Chromium Code Reviews
DescriptionRename process_log_utils and related things.
I've wanted to do this for a looooooong time.
- process_log_utils.py -> performance_log_processor.py (Because the main purpose of that module is that it contains PerformanceLogProcessor and subclasses).
- runtest_annotator_test.py -> performance_log_processor_test.py (because it's a test of the above module).
And, in runtest.py, instances of these classes have been called:
log parser
log processor
results tracker
etc.
This CL changes runtest.py to use the term "log processor" for consistency.
All the changed modules pass pylint.
BUG=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=291894
Patch Set 1 #
Total comments: 1
Patch Set 2 : Renamed remaining occurrences of "results_tracker". #
Messages
Total messages: 9 (2 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||