Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Vladimir Prus <vladimir@codesourcery.com>
To: gdb-patches@sources.redhat.com
Subject: [PATCH] improve print_transfer_performance
Date: Tue, 18 Jul 2006 09:57:00 -0000	[thread overview]
Message-ID: <200607181357.29949.vladimir@codesourcery.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 155 bytes --]


Just some extra commentary.

- Volodya

2006-07-18  Vladimir Prus  <vladimir@codesourcery.com>

	* defs.h (print_transfer_performance): Improve comments.

[-- Attachment #2: 3_print_transfer_performance_comments.diff --]
[-- Type: text/x-diff, Size: 747 bytes --]

--- defs.h	(revision 175)
+++ defs.h	(revision 176)
@@ -565,7 +565,13 @@ extern void symbol_file_command (char *,
 /* Remote targets may wish to use this as their load function.  */
 extern void generic_load (char *name, int from_tty);
 
-/* Summarise a download */
+/* Report on STREAM the performance of memory transfer operation,
+   such as 'load'. 
+   DATA_COUNT is the number of bytes transferred.
+   WRITE_COUNT is the number of separate write operations, or 0,
+   if that information is not available.
+   START_TIME is the time at which an operation was started.
+   END_TIME is the time at which an operation ended.  */
 struct timeval;
 extern void print_transfer_performance (struct ui_file *stream,
 					unsigned long data_count,

             reply	other threads:[~2006-07-18  9:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-18  9:57 Vladimir Prus [this message]
2006-07-18 12:35 ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200607181357.29949.vladimir@codesourcery.com \
    --to=vladimir@codesourcery.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox