summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/perf_meta.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-29 19:13:29 (GMT)
committerGitHub <noreply@github.com>2023-06-29 19:13:29 (GMT)
commitfd933f30b1f8cd487ad790ac0b054bb779280a62 (patch)
tree9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /tools/test/perform/perf_meta.c
parentfd56a593b7928da636b2494b25cd7478fed78c29 (diff)
downloadhdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.zip
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.gz
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.bz2
Remove programmer/date from comments (#3210)
* Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
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