summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/chunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/perform/chunk.c')
-rw-r--r--tools/test/perform/chunk.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/test/perform/chunk.c b/tools/test/perform/chunk.c
index 3f4b3d7..da09639 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 @@ 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