summaryrefslogtreecommitdiffstats
path: root/src/H5timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5timer.c')
-rw-r--r--src/H5timer.c34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/H5timer.c b/src/H5timer.c
index e1a97fe..eb80af5 100644
--- a/src/H5timer.c
+++ b/src/H5timer.c
@@ -12,8 +12,6 @@
/*-------------------------------------------------------------------------
* Created: H5timer.c
- * Aug 21 2006
- * Quincey Koziol
*
* Purpose: Internal, platform-independent 'timer' support routines.
*
@@ -89,9 +87,6 @@
*
* Return: void
*
- * Programmer: Robb Matzke
- * Wednesday, August 5, 1998
- *
*-------------------------------------------------------------------------
*/
void
@@ -146,9 +141,6 @@ H5_bandwidth(char *buf /*out*/, size_t bufsize, double nbytes, double nseconds)
*
* Return: # of seconds from the epoch (can't fail)
*
- * Programmer: Quincey Koziol
- * Tuesday, November 28, 2006
- *
*-------------------------------------------------------------------------
*/
time_t
@@ -177,9 +169,6 @@ H5_now(void)
*
* Return: # of microseconds from the epoch (can't fail)
*
- * Programmer: Quincey Koziol
- * Tuesday, November 28, 2006
- *
*-------------------------------------------------------------------------
*/
uint64_t
@@ -225,8 +214,6 @@ H5_now_usec(void)
* Return: Success: A non-negative time value
* Failure: -1.0 (in theory, can't currently fail)
*
- * Programmer: Quincey Koziol
- * October 05, 2016
*--------------------------------------------------------------------------
*/
double
@@ -266,9 +253,6 @@ H5_get_time(void)
* Return: Success: 0
* Failure: -1
*
- * Programmer: Dana Robinson
- * May 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -366,9 +350,6 @@ H5__timer_get_timevals(H5_timevals_t *times /*in,out*/)
* Return: Success: 0
* Failure: -1
*
- * Programmer: Dana Robinson
- * May 2011
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -391,9 +372,6 @@ H5_timer_init(H5_timer_t *timer /*in,out*/)
* Return: Success: 0
* Failure: -1
*
- * Programmer: Dana Robinson
- * May 2011
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -421,9 +399,6 @@ H5_timer_start(H5_timer_t *timer /*in,out*/)
* Return: Success: 0
* Failure: -1
*
- * Programmer: Dana Robinson
- * May 2011
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -472,9 +447,6 @@ H5_timer_stop(H5_timer_t *timer /*in,out*/)
* Return: Success: 0
* Failure: -1
*
- * Programmer: Dana Robinson
- * May 2011
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -527,9 +499,6 @@ H5_timer_get_times(H5_timer_t timer, H5_timevals_t *times /*in,out*/)
* Return: Success: 0
* Failure: -1
*
- * Programmer: Dana Robinson
- * May 2011
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -580,9 +549,6 @@ H5_timer_get_total_times(H5_timer_t timer, H5_timevals_t *times /*in,out*/)
*
* Failure: NULL
*
- * Programmer: Dana Robinson
- * May 2011
- *
*-------------------------------------------------------------------------
*/
char *