5 #ifndef V8_V8_PROFILER_H_
6 #define V8_V8_PROFILER_H_
17 struct HeapStatsUpdate;
19 typedef uint32_t SnapshotObjectId;
30 template class V8_EXPORT std::vector<v8::CpuProfileDeoptFrame>;
38 std::vector<CpuProfileDeoptFrame> stack;
44 template class V8_EXPORT std::vector<v8::CpuProfileDeoptInfo>;
66 int GetScriptId()
const;
75 int GetLineNumber()
const;
81 int GetColumnNumber()
const;
86 unsigned int GetHitLineCount()
const;
93 bool GetLineTicks(
LineTick* entries,
unsigned int length)
const;
98 const char* GetBailoutReason()
const;
103 unsigned GetHitCount()
const;
106 unsigned GetCallUid()
const;
109 unsigned GetNodeId()
const;
112 int GetChildrenCount()
const;
118 const std::vector<CpuProfileDeoptInfo>& GetDeoptInfos()
const;
120 static const int kNoLineNumberInfo = Message::kNoLineNumberInfo;
121 static const int kNoColumnNumberInfo = Message::kNoColumnInfo;
141 int GetSamplesCount()
const;
154 int64_t GetSampleTimestamp(
int index)
const;
160 int64_t GetStartTime()
const;
167 int64_t GetEndTime()
const;
188 void SetSamplingInterval(
int us);
201 void StartProfiling(
Handle<String> title,
bool record_samples =
false);
212 void SetIdle(
bool is_idle);
229 kContextVariable = 0,
243 Type GetType()
const;
282 Type GetType()
const;
295 SnapshotObjectId GetId()
const;
298 size_t GetShallowSize()
const;
301 int GetChildrenCount()
const;
319 virtual void EndOfStream() = 0;
327 virtual WriteResult WriteAsciiChunk(
char* data,
int size) = 0;
344 enum SerializationFormat {
355 int GetNodesCount()
const;
361 SnapshotObjectId GetMaxSnapshotJSObjectId()
const;
397 SerializationFormat format = kJSON)
const;
416 virtual ControlOption ReportProgressValue(
int done,
int total) = 0;
436 int GetSnapshotCount();
458 void ClearObjectIds();
465 static const SnapshotObjectId kUnknownObjectId = 0;
497 void StartTrackingHeapObjects(
bool track_allocations =
false);
513 int64_t* timestamp_us = NULL);
520 void StopTrackingHeapObjects();
526 void DeleteAllHeapSnapshots();
529 void SetWrapperClassInfoProvider(
531 WrapperInfoCallback callback);
538 static const uint16_t kPersistentHandleNoClassId = 0;
541 size_t GetProfilerMemorySize();
583 virtual void Dispose() = 0;
592 virtual intptr_t GetHash() = 0;
598 virtual const char* GetLabel() = 0;
622 virtual ~RetainedObjectInfo() {}
625 RetainedObjectInfo(
const RetainedObjectInfo&);
626 RetainedObjectInfo& operator=(
const RetainedObjectInfo&);
636 : index(index), count(count), size(size) { }
646 #endif // V8_V8_PROFILER_H_
virtual int GetChunkSize()
Definition: v8-profiler.h:321
virtual const char * GetGroupLabel()
Definition: v8-profiler.h:609
Definition: v8-profiler.h:580
Definition: v8-profiler.h:35
Definition: v8-profiler.h:405
unsigned int hit_count
Definition: v8-profiler.h:59
Definition: v8-profiler.h:342
Definition: v8-profiler.h:52
Definition: v8-profiler.h:311
Definition: v8-profiler.h:54
Definition: libplatform.h:10
Definition: v8-profiler.h:424
Definition: v8-profiler.h:226
Definition: v8-profiler.h:262
int line
Definition: v8-profiler.h:56
virtual intptr_t GetElementCount()
Definition: v8-profiler.h:615
const char * deopt_reason
Definition: v8-profiler.h:37
Definition: v8-profiler.h:634
virtual intptr_t GetSizeInBytes()
Definition: v8-profiler.h:618
Definition: v8-profiler.h:470
virtual WriteResult WriteHeapStatsChunk(HeapStatsUpdate *data, int count)
Definition: v8-profiler.h:333
Definition: v8-profiler.h:22
Definition: v8-profiler.h:181
Definition: v8-profiler.h:129