[Predator] Write a skeleton predator_for_uma.py to handle uma input message. |
||
Issue description[Predator] Write a skeleton predator_for_uma.py to handle uma input message. Similar to predator_for_chromecrash.py and predator_for_clusterfuzz.py. Write a skeletion predator_for_uma.py to handle uma input message.
,
Jun 6 2017
Me parese buen applicacion
,
Jun 7 2017
When we add this support, I'd recommend identifying it by the term "UMA Sampling Profiler" (e.g. predator_for_uma_sampling_profiler.py). Longer term we may want to make use of Predator to attribute CLs based on other UMA data, independent of the sampling profiler data.
,
Jun 7 2017
Do you have any shorter name in mind? for example, something like uma_profiler. This name is a little long. As long as we can differentiate this from other uma data, it should be good enough.
,
Jun 7 2017
predator_for_sampling_profiler.py? A "UMA Profiler" already exists as an entity different from the UMA Sampling Profiler, so referring to it by that name would invite confusion.
,
Jun 7 2017
I think we should have 'uma' in it, hm... then, let's still use the 'uma_sampling_profiler'.
,
Jun 9 2017
The following revision refers to this bug: https://chromium.googlesource.com/infra/infra/+/3d5ec05276053be69563d1dba006555c2b09824f commit 3d5ec05276053be69563d1dba006555c2b09824f Author: Cathal Weakliam <cweakliam@google.com> Date: Fri Jun 09 16:25:02 2017 Skeleton code for UMA Sampling Profiler support. This is a rough outline of the main classes that will need to be implemented in order for Predator to work with the UMA Sampling Profiler. R=katesonia@google.com Bug: 730241 Change-Id: Ic297a505db1506635fee40c0508e4d121034c5f9 Reviewed-on: https://chromium-review.googlesource.com/527603 Reviewed-by: Sharu Jiang <katesonia@chromium.org> Commit-Queue: Cathal Weakliam <cweakliam@google.com> [add] https://crrev.com/3d5ec05276053be69563d1dba006555c2b09824f/appengine/predator/analysis/uma_sampling_profiler_data.py [add] https://crrev.com/3d5ec05276053be69563d1dba006555c2b09824f/appengine/predator/common/model/uma_sampling_profiler_analysis.py [add] https://crrev.com/3d5ec05276053be69563d1dba006555c2b09824f/appengine/predator/common/predator_for_uma_sampling_profiler.py
,
Oct 31 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by kateso...@chromium.org
, Jun 6 2017