summaryrefslogtreecommitdiffstats
path: root/perform/pio_perf.h
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-05-02 21:19:19 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-05-02 21:19:19 (GMT)
commit0a648bddc71ffea871e5abfa665deddf0891037c (patch)
treee18a495294ed3ef8416202b6100c54eae39fc557 /perform/pio_perf.h
parente8f1f956a2c151186a46e8579cf5b9f09125a382 (diff)
downloadhdf5-0a648bddc71ffea871e5abfa665deddf0891037c.zip
hdf5-0a648bddc71ffea871e5abfa665deddf0891037c.tar.gz
hdf5-0a648bddc71ffea871e5abfa665deddf0891037c.tar.bz2
[svn-r5334] Purpose:
Port Description: Brought forward the changes (timing debug prints) from the 1.4 branch. Platforms tested: Linux
Diffstat (limited to 'perform/pio_perf.h')
-rw-r--r--perform/pio_perf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/perform/pio_perf.h b/perform/pio_perf.h
index 08306a6..9d51f01 100644
--- a/perform/pio_perf.h
+++ b/perform/pio_perf.h
@@ -55,7 +55,11 @@ extern int pio_debug_level; /* The debug level:
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
-extern results do_pio(parameters param);
+
+extern results do_pio(FILE * output, parameters param);
+extern void output_report(FILE *output, const char *fmt, ...);
+extern void print_indent(register FILE *output, register int indent);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */