bootanalyze: add component monitoring

- allow capturing bugreport if individual timing component
  takes more than specified time.
  ex) -m StartAudioService=300,StartWindowManagerService=500
  will capture bugreport if StartAudioService takes more than 300ms
  or if StartWindowManagerService takes more than 500ms.

bug: 33210752
Test: python packages/services/Car/tools/bootanalyze/bootanalyze.py -r -c packages/services/Car/tools/bootanalyze/config.yaml -n 3 -e 16 -m StartAudioService=300,StartWindowManagerService=500
Change-Id: I3d7976b6d4b4c9a664f21d96db16a236eef07eae
1 file changed