summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/perf_meta.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/perform/perf_meta.c')
-rw-r--r--tools/test/perform/perf_meta.c36
1 files changed, 0 insertions, 36 deletions
diff --git a/tools/test/perform/perf_meta.c b/tools/test/perform/perf_meta.c
index 5f1bbbe..16df60a 100644
--- a/tools/test/perform/perf_meta.c
+++ b/tools/test/perform/perf_meta.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Raymond Lu
- * Friday, Oct 3, 2004
- *
* Purpose: Tests performance of metadata
*/
@@ -70,9 +67,6 @@ void print_perf(p_time, p_time, p_time);
*
* Purpose: Parse command line options
*
- * Programmer: Raymond Lu
- * Friday, Oct 3, 2003
- *
*-------------------------------------------------------------------------
*/
static int
@@ -188,9 +182,6 @@ parse_options(int argc, char **argv)
*
* Purpose: Prints help page
*
- * Programmer: Raymond Lu
- * Friday, Oct 3, 2003
- *
*-------------------------------------------------------------------------
*/
static void
@@ -241,9 +232,6 @@ usage(void)
*
* Failure: -1
*
- * Programmer: Raymond Lu
- * Friday, Oct 3, 2003
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -279,9 +267,6 @@ error:
*
* Failure: -1
*
- * Programmer: Raymond Lu
- * Friday, Oct 3, 2003
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -319,9 +304,6 @@ error:
*
* Failure: -1
*
- * Programmer: Raymond Lu
- * Friday, Oct 3, 2003
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -421,9 +403,6 @@ error:
*
* Failure: -1
*
- * Programmer: Raymond Lu
- * Friday, Oct 3, 2003
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -522,9 +501,6 @@ error:
*
* Failure: -1
*
- * Programmer: Raymond Lu
- * Friday, Oct 3, 2003
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -626,9 +602,6 @@ error:
*
* Purpose: Returns time in seconds, in a double number.
*
- * Programmer: Raymond Lu
- * Friday, Oct 3, 2003
- *
*-------------------------------------------------------------------------
*/
double
@@ -654,9 +627,6 @@ retrieve_time(void)
* Purpose: Calculate total time, maximal and minimal time of
* performance.
*
- * Programmer: Raymond Lu
- * Friday, Oct 3, 2003
- *
*-------------------------------------------------------------------------
*/
void
@@ -706,9 +676,6 @@ perf(p_time *perf_t, double start_t, double end_t)
*
* Purpose: Print out performance data.
*
- * Programmer: Raymond Lu
- * Friday, Oct 3, 2003
- *
*-------------------------------------------------------------------------
*/
void
@@ -732,9 +699,6 @@ print_perf(p_time open_t, p_time close_t, p_time attr_t)
*
* Failure: exit(1)
*
- * Programmer: Raymond Lu
- * Friday, Oct 3, 2003
- *
*-------------------------------------------------------------------------
*/
int