Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: src/profile-generator.cc

Issue 13811043: Rename (program) to (native) in CPU profiler. (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/profile-generator.cc
diff --git a/src/profile-generator.cc b/src/profile-generator.cc
index ce07213b029403646a4f14d8086fc5269f57c6b3..003f53414bcd4d46026f69df2b6f991ad6200f2a 100644
--- a/src/profile-generator.cc
+++ b/src/profile-generator.cc
@@ -869,7 +869,7 @@ void SampleRateCalculator::UpdateMeasurements(double current_time) {
const char* const ProfileGenerator::kAnonymousFunctionName =
"(anonymous function)";
const char* const ProfileGenerator::kProgramEntryName =
- "(program)";
+ "(native)";
const char* const ProfileGenerator::kGarbageCollectorEntryName =
"(garbage collector)";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698