Description[telemetry] bitmaptools as a standalone executable
The C++ binary implements simple per-pixel algorithms for SpeedIndex
computation. This allows us to achieve near real-time processing without
bringing external dependencies.
The bitmaptools binary needs to be built before it can be used.
The overhead of spawning a child process for each frame is about 3ms.
BUG=323813
TEST=telemetry bitmap_unittest
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245684
Patch Set 1 #
Total comments: 2
Patch Set 2 : remove os.read; explain dimensions #Patch Set 3 : add telemetry.gyp to chromium_gpu*_builder and chromium_builder_perf #Patch Set 4 : use int instead of size_t #
Total comments: 1
Patch Set 5 : fix signedness issues #Patch Set 6 : disable tests which need BitmapTools on CrOS #Patch Set 7 : fix dimensions check #Patch Set 8 : look for bitmaptools.exe on win32 #
Total comments: 19
Patch Set 9 : respond to review #Patch Set 10 : fix binary mode for stdio on win32 #
Messages
Total messages: 9 (0 generated)
|