SIONlib
1.7.7
Scalable I/O library for parallel access to task-local files
|
Sion Time Stamp. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <time.h>
#include <sys/time.h>
#include "sion_printts.h"
#include "sion.h"
#include "sion_debug.h"
Go to the source code of this file.
Macros | |
#define | _XOPEN_SOURCE 700 |
Functions | |
double | _sion_get_time (void) |
Returns the current time as a double. | |
int | sion_print_time_stamp (int rank, char *desc) |
Prints a sion time stamp. More... | |
Sion Time Stamp.
Definition in file sion_printts.c.
int sion_print_time_stamp | ( | int | rank, |
char * | desc | ||
) |
Prints a sion time stamp.
[in] | rank | Current task number |
[in] | desc | Description of the time stamp |
Definition at line 91 of file sion_printts.c.