How to speed up/slow down application's 'time'

Posted by overboming on Stack Overflow See other posts from Stack Overflow or by overboming
Published on 2010-03-30T03:34:11Z Indexed on 2010/03/30 3:43 UTC
Read the original article Hit count: 231

Filed under:
|
|

I guess I am not saying it right in the title. What I intend to do is to hook to some system api,like a time interrupt happens every amount of time (which is how every application in the operating system interprets time) and make an application's call to this api return some bigger/smaller result. So from the point view of an applicaiton, time has been speed up or slow down. I have found some application on windows doing this, can anyone gives me some pointers on how to implement this on Mac OS X?

© Stack Overflow or respective owner

Related posts about macosx

Related posts about mac