* defs.h (print_transfer_performance): Improve comments
authorVladimir Prus <vladimir@codesourcery.com>
Tue, 18 Jul 2006 12:48:20 +0000 (12:48 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Tue, 18 Jul 2006 12:48:20 +0000 (12:48 +0000)
gdb/ChangeLog
gdb/defs.h

index 729f487c53e9184d18d5aeb48c986e16394e38fb..245850847c2505f691abe099ddefa12fe2892039 100644 (file)
@@ -2,6 +2,8 @@
 
        * target.c (tcomplain): Mark with ATTR_NORETURN.
 
+       * defs.h (print_transfer_performance): Improve comments.
+
 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
 
        * printcmd.c: Coding style fixes: add missing spaces in comments
index aab91c2bf0cfcefe9c95348a93a660bffa51304f..c9d55041fb915056ab2d8303e14e040856b08e85 100644 (file)
@@ -565,7 +565,13 @@ extern void symbol_file_command (char *, int);
 /* 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,
This page took 0.037917 seconds and 4 git commands to generate.