Enumerations



Scale

enum  {
  kNanosecondScale  =  1,
  kMicrosecondScale  =  1000,
  kMillisecondScale  =  1000  *  1000,
  kSecondScale  =  1000  *  1000  *  1000
};

Used when a scale_factor parameter is required to define a unit of time.

Constants

NameDescription
kNanosecondScaleScale factor for nanosecond based times.
kMicrosecondScaleScale factor for microsecond based times.
kMillisecondScaleScale factor for millisecond based times.
kSecondScaleScale factor for second based times.

© 2000 Apple Computer, Inc. — (Last Updated 2/23/2000)