This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "XDK Heap Profiler collector and XDK CPUProfiler"
This reverts commit 6e8bb75. This commit as-is breaks the M51 standalone build: ``` ../test/cctest/test-cpu-profiler.cc:1626:29: error: no viable conversion from 'const std::vector<const v8::CpuProfileNode *>' to 'const v8::CpuProfileNode *' const v8::CpuProfileNode* start_node = GetChild(env, root, "start"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../test/cctest/test-cpu-profiler.cc:1628:29: error: no viable conversion from 'const std::vector<const v8::CpuProfileNode *>' to 'const v8::CpuProfileNode *' const v8::CpuProfileNode* level2_node = GetChild(env, level1_node, "level2"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../test/cctest/test-profile-generator.cc:291:8: error: no matching member function for call to 'AddPathFromEnd' tree.AddPathFromEnd(path_vec); ~~~~~^~~~~~~~~~~~~~ .././src/profiler/profile-generator.h:215:16: note: candidate function not viable: no known conversion from 'Vector<i::StackEntry>' to 'const std::vector<StackEntry>' for 1st argument ProfileNode* AddPathFromEnd( ^ .././src/profiler/profile-generator.h:221:16: note: candidate function not viable: no known conversion from 'Vector<i::StackEntry>' to 'const std::vector<CodeEntry *>' for 1st argument ProfileNode* AddPathFromEnd( ^ ../test/cctest/test-profile-generator.cc:324:8: error: no matching member function for call to 'AddPathFromEnd' tree.AddPathFromEnd(path_vec2); ~~~~~^~~~~~~~~~~~~~ .././src/profiler/profile-generator.h:215:16: note: candidate function not viable: no known conversion from 'Vector<i::StackEntry>' to 'const std::vector<StackEntry>' for 1st argument ProfileNode* AddPathFromEnd( ^ .././src/profiler/profile-generator.h:221:16: note: candidate function not viable: no known conversion from 'Vector<i::StackEntry>' to 'const std::vector<CodeEntry *>' for 1st argument ProfileNode* AddPathFromEnd( ^ ```
- Loading branch information
Raphael Kubo da Costa
committed
Jun 20, 2016
1 parent
fb55f85
commit e236921
Showing
18 changed files
with
247 additions
and
2,606 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.