summaryrefslogtreecommitdiffstats
path: root/tools/test/perform
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
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')
-rw-r--r--tools/test/perform/chunk.c18
-rw-r--r--tools/test/perform/iopipe.c14
-rw-r--r--tools/test/perform/overhead.c18
-rw-r--r--tools/test/perform/perf_meta.c36
-rw-r--r--tools/test/perform/zip_perf.c8
5 files changed, 0 insertions, 94 deletions
diff --git a/tools/test/perform/chunk.c b/tools/test/perform/chunk.c
index f630cf3..665c857 100644
--- a/tools/test/perform/chunk.c
+++ b/tools/test/perform/chunk.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Thursday, May 14, 1998
- *
* Purpose: Checks the effect of various I/O request sizes and raw data
* cache sizes. Performance depends on the amount of data read
* from disk and we use a filter to get that number.
@@ -94,9 +91,6 @@ static const H5Z_class2_t H5Z_COUNTER[1] = {{
*
* Failure: never fails
*
- * Programmer: Robb Matzke
- * Thursday, May 14, 1998
- *
*-------------------------------------------------------------------------
*/
static size_t
@@ -118,9 +112,6 @@ counter(unsigned H5_ATTR_UNUSED flags, size_t H5_ATTR_UNUSED cd_nelmts,
*
* Return: void
*
- * Programmer: Robb Matzke
- * Thursday, May 14, 1998
- *
*-------------------------------------------------------------------------
*/
static void
@@ -168,9 +159,6 @@ create_dataset(void)
*
* Return: Efficiency: data requested divided by data actually read.
*
- * Programmer: Robb Matzke
- * Thursday, May 14, 1998
- *
*-------------------------------------------------------------------------
*/
static double
@@ -238,9 +226,6 @@ test_rowmaj(int op, size_t cache_size, size_t io_size)
*
* Return: Efficiency.
*
- * Programmer: Robb Matzke
- * Friday, May 15, 1998
- *
*-------------------------------------------------------------------------
*/
static double
@@ -307,9 +292,6 @@ test_diag(int op, size_t cache_size, size_t io_size, size_t offset)
*
* Failure:
*
- * Programmer: Robb Matzke
- * Thursday, May 14, 1998
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/tools/test/perform/iopipe.c b/tools/test/perform/iopipe.c
index 8131f9d..d536e7e 100644
--- a/tools/test/perform/iopipe.c
+++ b/tools/test/perform/iopipe.c
@@ -10,11 +10,6 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/*
- * Programmer: Robb Matzke
- * Thursday, March 12, 1998
- */
-
/* See H5private.h for how to include headers */
#include "hdf5.h"
@@ -46,9 +41,6 @@
*
* Return: void
*
- * Programmer: Robb Matzke
- * Thursday, March 12, 1998
- *
*-------------------------------------------------------------------------
*/
static void
@@ -86,9 +78,6 @@ print_stats(const char *prefix,
*
* Return: void
*
- * Programmer: Robb Matzke
- * Thursday, March 12, 1998
- *
*-------------------------------------------------------------------------
*/
static void
@@ -116,9 +105,6 @@ synchronize(void)
*
* Failure:
*
- * Programmer: Robb Matzke
- * Thursday, March 12, 1998
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/tools/test/perform/overhead.c b/tools/test/perform/overhead.c
index 82c7131..90d5897 100644
--- a/tools/test/perform/overhead.c
+++ b/tools/test/perform/overhead.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Monday, September 28, 1998
- *
* Purpose: Creates a chunked dataset and measures the storage overhead.
*/
@@ -59,9 +56,6 @@ typedef enum fill_t { FILL_ALL, FILL_FORWARD, FILL_REVERSE, FILL_INWARD, FILL_OU
*
* Return: never returns
*
- * Programmer: Robb Matzke
- * Wednesday, September 30, 1998
- *
*-------------------------------------------------------------------------
*/
static void
@@ -106,9 +100,6 @@ usage(const char *prog)
*
* Return: void
*
- * Programmer: Robb Matzke
- * Thursday, June 4, 1998
- *
*-------------------------------------------------------------------------
*/
static void
@@ -128,9 +119,6 @@ cleanup(void)
*
* Failure: -1
*
- * Programmer: Robb Matzke
- * Wednesday, March 4, 1998
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -151,9 +139,6 @@ display_error_cb(hid_t estack, void H5_ATTR_UNUSED *client_data)
*
* Failure: number of errors
*
- * Programmer: Robb Matzke
- * Wednesday, September 30, 1998
- *
*-------------------------------------------------------------------------
*/
static int
@@ -322,9 +307,6 @@ error:
*
* Failure: non-zero
*
- * Programmer: Robb Matzke
- * Monday, September 28, 1998
- *
*-------------------------------------------------------------------------
*/
int
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
diff --git a/tools/test/perform/zip_perf.c b/tools/test/perform/zip_perf.c
index 772badd..2bcdb2a 100644
--- a/tools/test/perform/zip_perf.c
+++ b/tools/test/perform/zip_perf.c
@@ -76,7 +76,6 @@ static struct h5_long_options l_opts[] = {{"help", no_arg, 'h'},
/*
* Function: error
* Purpose: Display error message and exit.
- * Programmer: Bill Wendling, 05. June 2002
*/
static void
error(const char *fmt, ...)
@@ -97,7 +96,6 @@ error(const char *fmt, ...)
* Function: cleanup
* Purpose: Cleanup the output file.
* Returns: Nothing
- * Programmer: Bill Wendling, 06. June 2002
*/
static void
cleanup(void)
@@ -161,7 +159,6 @@ write_file(Bytef *source, uLongf sourceLen)
* Z_MEM_ERROR - not enough memory
* Z_BUF_ERROR - not enough room in the output buffer
* Z_STREAM_ERROR - level parameter is invalid
- * Programmer: Bill Wendling, 05. June 2002
*/
static void
compress_buffer(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
@@ -194,7 +191,6 @@ compress_buffer(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceL
* Purpose: Create a new file who's name doesn't conflict with
* pre-existing files.
* Returns: Nothing
- * Programmer: Bill Wendling, 06. June 2002
*/
#define ZIP_PERF_FILE "zip_perf.data"
static void
@@ -230,7 +226,6 @@ get_unique_name(void)
* Function: usage
* Purpose: Print a usage message and then exit.
* Return: Nothing
- * Programmer: Bill Wendling, 05. June 2002
*/
static void
usage(void)
@@ -272,7 +267,6 @@ usage(void)
* Return: The size as a size_t because this is related to buffer size.
* If an unknown size indicator is used, then the program will
* exit with EXIT_FAILURE as the return value.
- * Programmer: Bill Wendling, 05. June 2002
*/
static unsigned long
parse_size_directive(const char *size)
@@ -460,7 +454,6 @@ do_write_test(unsigned long file_size, unsigned long min_buf_size, unsigned long
* Function: main
* Purpose: Run the program
* Return: EXIT_SUCCESS or EXIT_FAILURE
- * Programmer: Bill Wendling, 05. June 2002
*/
int
main(int argc, char *argv[])
@@ -547,7 +540,6 @@ main(int argc, char *argv[])
* Purpose: Dummy main() function for if HDF5 was configured without
* zlib stuff.
* Return: EXIT_SUCCESS
- * Programmer: Bill Wendling, 10. June 2002
*/
int
main(void)