summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/perf_meta.c
diff options
context:
space:
mode:
authorQuincey Koziol <quincey@koziol.cc>2023-04-11 14:41:32 (GMT)
committerGitHub <noreply@github.com>2023-04-11 14:41:32 (GMT)
commit49a71463a064a80aec7f67d6de008d892954febf (patch)
tree4e0d432ab31655d169ce88a14dff70f2d0cefc2a /tools/test/perform/perf_meta.c
parent1ad030f6696159c498880a4d785f9a2f7ae6fd32 (diff)
downloadhdf5-49a71463a064a80aec7f67d6de008d892954febf.zip
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.gz
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.bz2
Comment cleanup (#2689)
* Clean up content and redundant logging in comments.
Diffstat (limited to 'tools/test/perform/perf_meta.c')
-rw-r--r--tools/test/perform/perf_meta.c26
1 files changed, 2 insertions, 24 deletions
diff --git a/tools/test/perform/perf_meta.c b/tools/test/perform/perf_meta.c
index 94fe849..6e62f6a 100644
--- a/tools/test/perform/perf_meta.c
+++ b/tools/test/perform/perf_meta.c
@@ -68,13 +68,11 @@ void print_perf(p_time, p_time, p_time);
/*-------------------------------------------------------------------------
* Function: parse_options
*
- Purpose: Parse command line options
+ * Purpose: Parse command line options
*
* Programmer: Raymond Lu
* Friday, Oct 3, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -188,13 +186,11 @@ parse_options(int argc, char **argv)
/*-------------------------------------------------------------------------
* Function: usage
*
- Purpose: Prints help page
+ * Purpose: Prints help page
*
* Programmer: Raymond Lu
* Friday, Oct 3, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -248,8 +244,6 @@ usage(void)
* Programmer: Raymond Lu
* Friday, Oct 3, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -288,8 +282,6 @@ error:
* Programmer: Raymond Lu
* Friday, Oct 3, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -330,8 +322,6 @@ error:
* Programmer: Raymond Lu
* Friday, Oct 3, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -435,8 +425,6 @@ error:
* Programmer: Raymond Lu
* Friday, Oct 3, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -538,8 +526,6 @@ error:
* Programmer: Raymond Lu
* Friday, Oct 3, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -644,8 +630,6 @@ error:
* Programmer: Raymond Lu
* Friday, Oct 3, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
double
@@ -674,8 +658,6 @@ retrieve_time(void)
* Programmer: Raymond Lu
* Friday, Oct 3, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
@@ -728,8 +710,6 @@ perf(p_time *perf_t, double start_t, double end_t)
* Programmer: Raymond Lu
* Friday, Oct 3, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
@@ -756,8 +736,6 @@ print_perf(p_time open_t, p_time close_t, p_time attr_t)
* Programmer: Raymond Lu
* Friday, Oct 3, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int