Home | History | Annotate | Download | only in python2.7

Lines Matching full:statistics

525     """Sum the caller statistics to get total number of calls received."""
539 # Statistics browser added by ESR, April 2001
580 print >> self.stream, "No statistics object is loaded."
594 print >> self.stream, "No statistics object is loaded."
597 print >> self.stream, "Add profile info from given file to current statistics object."
602 print >> self.stream, "Print callees statistics from the current stat object."
608 print >> self.stream, "Print callers statistics from the current stat object."
637 print >> self.stream, "No statistics object is current -- cannot reload."
647 print >> self.stream, "No statistics object is loaded."
654 print >> self.stream, "No statistics object is loaded."
673 print >> self.stream, "Print statistics from the current stat object."
680 print >> self.stream, "No statistics object is loaded."
699 print >> browser.stream, "Welcome to the profile statistics browser."