LZTimerObject

Declaration

typedef struct {
    CPU_largeInteger    start;
    CPU_largeInteger    end;
    } LZTimerObject

Prototype In

ztimer.h

Description

Defines the structure for an LZTimerObject which contains the starting and ending timestamps for the timer. By putting the timer information into a structure the Zen Timer can be used for multiple timers running simultaneously.

Members

start

Starting 64-bit timer count

end

Ending 64-bit timer count

 

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com