From c7faa09f456ca5c651ac373ad897aa4be6ad2717 Mon Sep 17 00:00:00 2001 From: Evelina Dumitrescu Date: Wed, 28 Sep 2016 15:13:29 -0700 Subject: user_activity: Created utility module for grouping parsing functions. The modules contains the functions that do the parsing for the pprof top and tree, CWP data and Chrome OS groups files. BUG=None TEST=utils_unittest passes Change-Id: Ida94a2d456250afe4630a146349937eb0bab0767 Reviewed-on: https://chrome-internal-review.googlesource.com/291201 Reviewed-by: Luis Lozano Reviewed-by: Evelina Dumitrescu Tested-by: Evelina Dumitrescu Reviewed-on: https://chromium-review.googlesource.com/435915 Commit-Ready: Luis Lozano Tested-by: Luis Lozano --- user_activity_benchmarks/testdata/input/pprof_tree_csv/file1.csv | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 user_activity_benchmarks/testdata/input/pprof_tree_csv/file1.csv (limited to 'user_activity_benchmarks/testdata/input/pprof_tree_csv/file1.csv') diff --git a/user_activity_benchmarks/testdata/input/pprof_tree_csv/file1.csv b/user_activity_benchmarks/testdata/input/pprof_tree_csv/file1.csv new file mode 100644 index 00000000..9b155614 --- /dev/null +++ b/user_activity_benchmarks/testdata/input/pprof_tree_csv/file1.csv @@ -0,0 +1,6 @@ +parent_function,parent_function_file,child_function,child_function_file,inclusive_count_fraction +blink::ElementV8Internal::idAttributeGetterCallback,/var/cache/chromeos-chrome/chrome-src-internal/src/out_gnawty/Release/gen/blink/bindings/core/v8/V8Element.cpp,v8::Object::GetAlignedPointerFromInternalField,/home/chrome-bot/chrome_root/src/v8/include/v8.h,0.0875 +blink::v8StringToWebCoreString,/home/chrome-bot/chrome_root/src/third_party/WebKit/Source/bindings/core/v8/V8StringResource.cpp,WTF::RefPtr::RefPtr,/home/chrome-bot/chrome_root/src/third_party/WebKit/Source/wtf/RefPtr.h,0.0358 +blink::v8StringToWebCoreString,/home/chrome-bot/chrome_root/src/third_party/WebKit/Source/bindings/core/v8/V8StringResource.cpp,v8::String::GetExternalStringResourceBase,/home/chrome-bot/chrome_root/src/v8/include/v8.h,0.2211 +blink::NodeV8Internal::firstChildAttributeGetterCallbackForMainWorld,/var/cache/chromeos-chrome/chrome-src-internal/src/out_gnawty/Release/gen/blink/bindings/core/v8/V8Node.cpp,blink::v8SetReturnValueForMainWorld,/home/chrome-bot/chrome_root/src/third_party/WebKit/Source/bindings/core/v8/V8Binding.h,0.10779999999999999 +blink::NodeV8Internal::firstChildAttributeGetterCallbackForMainWorld,/var/cache/chromeos-chrome/chrome-src-internal/src/out_gnawty/Release/gen/blink/bindings/core/v8/V8Node.cpp,v8::Object::GetAlignedPointerFromInternalField,/home/chrome-bot/chrome_root/src/v8/include/v8.h,0.1207 -- cgit v1.2.3