Results 1 to 2 of 2

Thread: C++ GetTickCount() on a Macintosh

  1. #1
    Junior Member
    Join Date
    Oct 2002
    Posts
    5

    C++ GetTickCount() on a Macintosh

    Hello all,
    I'm trying to use GetTickCount() to time a stack function in C++ working
    on my Mac and the compiler returns the function call as an error 'unidentified'.
    A few places on Google alude to the fact that GetTickCount() will only work on
    Intel architecture but don't give an alternative. I'd preferrably like to time
    this function in milliseconds.
    Anyone know of any alternatives or have any suggestions?
    Thanks for your time.

  2. #2
    Just a Virtualized Geek MrLinus's Avatar
    Join Date
    Sep 2001
    Location
    Redondo Beach, CA
    Posts
    7,323
    You may not find the answer here but check with some of the following:

    http://www.mactech.com/macdev-1/index.html
    Newsgroup: comp.sys.mac.programmer.help
    http://www.zathras.de/programming/ (might have some resources to help)
    Goodbye, Mittens (1992-2008). My pillow will be cold without your purring beside my head
    Extra! Extra! Get your FREE copy of Insight Newsletter||MsMittens' HomePage

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •