Microseconds() or Ticks() iOS alternative

Is there an alternative to the Microseconds() method for iOS? I’m trying to see how long a method call is taking.

you could use date class.

http://developer.xojo.com/xojo-system
Examples/iOS/Framework/TicksExample

Thanks. Didn’t realise that both methods worked in iOS. I just assumed because they weren’t autocompleting in the IDE that they were classic framework only.

Thanks,