bootstrap.image.primitives,tools.profiler.sampling: fixing stack effect
parent
916bb1678a
commit
6a7033fccb
|
@ -780,7 +780,7 @@ CONSTANT: all-primitives {
|
|||
{
|
||||
"tools.profiler.sampling.private"
|
||||
{
|
||||
{ "profiling" ( ? -- ) "sampling_profiler" { object } { } f }
|
||||
{ "profiling" ( n -- ) "sampling_profiler" { object } { } f }
|
||||
{ "(get-samples)" ( -- samples/f ) "get_samples" { } { object } f }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ IN: tools.profiler.sampling
|
|||
|
||||
<PRIVATE
|
||||
PRIMITIVE: (get-samples) ( -- samples/f )
|
||||
PRIMITIVE: profiling ( ? -- )
|
||||
PRIMITIVE: profiling ( n -- )
|
||||
PRIVATE>
|
||||
|
||||
SYMBOL: samples-per-second
|
||||
|
|
Loading…
Reference in New Issue