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