Fix profiler
parent
940782cf93
commit
92158ef055
|
@ -87,7 +87,7 @@ M: method-renderer column-titles drop { "" "Method" "Count" } ;
|
||||||
] keep <profiler-model> ;
|
] keep <profiler-model> ;
|
||||||
|
|
||||||
: <profiler-table> ( model renderer -- table )
|
: <profiler-table> ( model renderer -- table )
|
||||||
[ first present ] <search-table>
|
[ dup [ first present ] when ] <search-table>
|
||||||
[ invoke-primary-operation ] >>action ;
|
[ invoke-primary-operation ] >>action ;
|
||||||
|
|
||||||
: <profiler-filter-model> ( counts profiler -- model' )
|
: <profiler-filter-model> ( counts profiler -- model' )
|
||||||
|
|
Loading…
Reference in New Issue