File: timer_real.h

package info (click to toggle)
parasail 2.4.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,240 kB
  • sloc: ansic: 616,409; cpp: 3,974; python: 3,358; makefile: 1,151; sh: 160
file content (14 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * @file timer_real.h
 *
 * @author jeffrey.daily@gmail.com
 *
 * Copyright 2012 Pacific Northwest National Laboratory. All rights reserved.
 *
 * Portable use of nanosecond precision realtime clock.
 */
#ifndef TIMER_REAL_H_
#define TIMER_REAL_H_
#include "parasail.h"
#define timer_real parasail_time
#endif