comparison src/profile.c @ 5470:0af042a0c116

Merge with trunk.
author Mats Lidell <matsl@xemacs.org>
date Mon, 07 Feb 2011 21:22:17 +0100
parents 8d29f1c4bb98 db326b8fe982
children 56144c8593a8
comparison
equal deleted inserted replaced
5469:2a8a04f73c15 5470:0af042a0c116
538 Vtotal_timing_profile_table); 538 Vtotal_timing_profile_table);
539 539
540 unbind_to (count); 540 unbind_to (count);
541 } 541 }
542 542
543 retv = nconc2 (list6 (Qtiming, closure.timing, Qtotal_timing, 543 retv = listu (Qtiming, closure.timing,
544 copy_hash_table_or_blank (Vtotal_timing_profile_table), 544 Qtotal_timing,
545 Qcall_count, 545 copy_hash_table_or_blank (Vtotal_timing_profile_table),
546 copy_hash_table_or_blank (Vcall_count_profile_table)), 546 Qcall_count,
547 list4 (Qgc_usage, 547 copy_hash_table_or_blank (Vcall_count_profile_table),
548 copy_hash_table_or_blank (Vgc_usage_profile_table), 548 Qgc_usage,
549 Qtotal_gc_usage, 549 copy_hash_table_or_blank (Vgc_usage_profile_table),
550 copy_hash_table_or_blank (Vtotal_gc_usage_profile_table 550 Qtotal_gc_usage,
551 ))); 551 copy_hash_table_or_blank (Vtotal_gc_usage_profile_table),
552 Qunbound);
552 unbind_to (depth); 553 unbind_to (depth);
553 return retv; 554 return retv;
554 } 555 }
555 556
556 static int 557 static int