v8 10.2.154 (node 18.16.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
CpuProfileNode::LineTick Struct Reference

#include <v8-profiler.h>

Data Fields

int line
 
unsigned int hit_count
 

Detailed Description

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

Field Documentation

◆ hit_count

unsigned int hit_count

The count of samples associated with the source line.

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

◆ line

int line

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

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


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