HomeSort by relevance Sort by last modified time
    Searched refs:ProfileNode (Results 1 - 6 of 6) sorted by null

  /external/v8/src/profiler/
profile-generator-inl.h 35 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry,
36 ProfileNode* parent, int line_number)
46 inline unsigned ProfileNode::function_id() const {
50 inline Isolate* ProfileNode::isolate() const { return tree_->isolate(); }
profile-generator.h 200 class ProfileNode {
202 inline ProfileNode(ProfileTree* tree, CodeEntry* entry, ProfileNode* parent,
205 ProfileNode* FindChild(
208 ProfileNode* FindOrAddChild(CodeEntry* entry, int line_number = 0);
215 const std::vector<ProfileNode*>* children() const { return &children_list_; }
218 ProfileNode* parent() const { return parent_; }
253 std::unordered_map<CodeEntryAndLineNumber, ProfileNode*, Hasher, Equals>
256 std::vector<ProfileNode*> children_list_;
257 ProfileNode* parent_
    [all...]
profile-generator.cc 177 void ProfileNode::CollectDeoptInfo(CodeEntry* entry) {
182 ProfileNode* ProfileNode::FindChild(CodeEntry* entry, int line_number) {
187 ProfileNode* ProfileNode::FindOrAddChild(CodeEntry* entry, int line_number) {
190 ProfileNode* node = new ProfileNode(tree_, entry, this, line_number);
200 void ProfileNode::IncrementLineTicks(int src_line) {
213 bool ProfileNode::GetLineTicks(v8::CpuProfileNode::LineTick* entries,
233 void ProfileNode::Print(int indent)
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node.h 310 TFGraphNode(const ProfileNode& node, const ProfileProto& profile,
369 const ProfileNode& node() { return node_; }
382 const ProfileNode& ToProto(
436 void FromProto(const ProfileNode& node, const ProfileProto& profile,
738 ProfileNode node_;
  /external/v8/src/inspector/
v8-profiler-agent-impl.cc 63 std::unique_ptr<protocol::Profiler::ProfileNode> buildInspectorObjectFor(
75 auto result = protocol::Profiler::ProfileNode::create()
123 protocol::Array<protocol::Profiler::ProfileNode>* list) {
132 auto nodes = protocol::Array<protocol::Profiler::ProfileNode>::create();
  /external/v8/src/
api.cc     [all...]

Completed in 435 milliseconds