RWalib C Array Library User Guide > Performance Utilities > alibtick
  

alibtick
Returns alibtime() on a system clock tick. This routine provides functionality for PV-WAVE TIMECMND.
Prototype
double alibtick()
Example
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "alib.h"
void main() {
   double t;
   alibinit( NULL, NULL, NULL, NULL );
   t = alibtick();
   printf( "%f\n", t );
}
 
Output:
 
1375312298.898265

Version 2017.1
Copyright © 2019, Rogue Wave Software, Inc. All Rights Reserved.