Index: openacs-4/packages/acs-developer-support/lib/footer.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/lib/footer.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-developer-support/lib/footer.tcl 6 Feb 2005 18:10:01 -0000 1.9 +++ openacs-4/packages/acs-developer-support/lib/footer.tcl 15 May 2007 20:14:14 -0000 1.10 @@ -91,6 +91,30 @@ # Profiling information global ds_profile__total_ms ds_profile__iterations + template::list::create -name profiling -multirow profiling -elements { + file_links { + label "Ops" + display_template { + @profiling.file_links;noquote@ + } + } + tag { + label "Tag" + } + num_iterations { + label "Iterations" + } + total_ms { + label "Total time" + } + ms_per_iteration { + label "Avg. time per iteration" + } + size { + label "Size" + } + } + multirow create profiling tag num_iterations total_ms ms_per_iteration file_links size if {[ns_cache get ds_page_bits "$request:error" errors]} {