V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::CpuProfileNode::LineTick Struct Reference

Public Attributes

int line
 
unsigned int hit_count
 

Detailed Description

Definition at line 124 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 129 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 126 of file v8-profiler.h.


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