v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::CpuProfileNode::LineTick Struct Reference

#include <v8-profiler.h>

Collaboration diagram for v8::CpuProfileNode::LineTick:

Public Attributes

int line
 
unsigned int hit_count
 

Detailed Description

Definition at line 70 of file v8-profiler.h.

Member Data Documentation

◆ hit_count

unsigned int v8::CpuProfileNode::LineTick::hit_count

The count of samples associated with the source line.

Definition at line 75 of file v8-profiler.h.

◆ line

int v8::CpuProfileNode::LineTick::line

The 1-based number of the source line where the function originates.

Definition at line 72 of file v8-profiler.h.


The documentation for this struct was generated from the following file: