Fix profiler

db4
Slava Pestov 2009-02-17 14:26:17 -06:00
parent 940782cf93
commit 92158ef055
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ M: method-renderer column-titles drop { "" "Method" "Count" } ;
] keep <profiler-model> ;
: <profiler-table> ( model renderer -- table )
[ first present ] <search-table>
[ dup [ first present ] when ] <search-table>
[ invoke-primary-operation ] >>action ;
: <profiler-filter-model> ( counts profiler -- model' )