@turbowarp/types-tw
Preparing search index...
scratch-vm
VM
Profiler
Interface Profiler
interface
Profiler
{
_stack
:
ProfilerFrame
[]
;
counters
:
ProfilerFrame
[]
;
increments
:
ProfilerFrame
[]
;
nullFrame
:
ProfilerFrame
;
onFrame
:
FrameCallback
;
records
:
unknown
[]
;
START
:
0
;
STOP
:
1
;
frame
(
id
:
string
,
arg
:
unknown
)
:
ProfilerFrame
;
idByName
(
name
:
string
)
:
number
;
increment
(
id
:
number
)
:
void
;
nameById
(
id
:
number
)
:
string
;
reportFrames
()
:
void
;
start
(
id
:
number
,
arg
:
unknown
)
:
void
;
stop
()
:
void
;
}
Index
Properties
_
stack
counters
increments
null
Frame
on
Frame
records
START
STOP
Methods
frame
id
By
Name
increment
name
By
Id
report
Frames
start
stop
Properties
_
stack
_stack
:
ProfilerFrame
[]
counters
counters
:
ProfilerFrame
[]
increments
increments
:
ProfilerFrame
[]
null
Frame
nullFrame
:
ProfilerFrame
on
Frame
onFrame
:
FrameCallback
records
records
:
unknown
[]
START
START
:
0
STOP
STOP
:
1
Methods
frame
frame
(
id
:
string
,
arg
:
unknown
)
:
ProfilerFrame
Parameters
id
:
string
arg
:
unknown
Returns
ProfilerFrame
id
By
Name
idByName
(
name
:
string
)
:
number
Parameters
name
:
string
Returns
number
increment
increment
(
id
:
number
)
:
void
Parameters
id
:
number
Returns
void
name
By
Id
nameById
(
id
:
number
)
:
string
Parameters
id
:
number
Returns
string
report
Frames
reportFrames
()
:
void
Returns
void
start
start
(
id
:
number
,
arg
:
unknown
)
:
void
Parameters
id
:
number
arg
:
unknown
Returns
void
stop
stop
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
stack
counters
increments
null
Frame
on
Frame
records
START
STOP
Methods
frame
id
By
Name
increment
name
By
Id
report
Frames
start
stop
@turbowarp/types-tw
Loading...