Index: src/profile-generator.h |
diff --git a/src/profile-generator.h b/src/profile-generator.h |
index 4c5eb3f1587c8e3ae04676bacb70df84c0465c7c..4936f8f3831160e30fb9c3994ef47d096af4e8ce 100644 |
--- a/src/profile-generator.h |
+++ b/src/profile-generator.h |
@@ -279,15 +279,12 @@ class CpuProfilesCollection { |
CpuProfile* StopProfiling(int security_token_id, |
const char* title, |
double actual_sampling_rate); |
- CpuProfile* StopProfiling(int security_token_id, |
- String* title, |
- double actual_sampling_rate); |
List<CpuProfile*>* Profiles(int security_token_id); |
const char* GetName(String* name) { |
return function_and_resource_names_.GetName(name); |
} |
CpuProfile* GetProfile(int security_token_id, unsigned uid); |
- inline bool is_last_profile(); |
+ bool IsLastProfile(const char* title); |
CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, |
String* name, String* resource_name, int line_number); |