• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Seconds since system startup
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Seconds since system startup


  • Subject: Re: Seconds since system startup
  • From: Stefan Hafeneger <email@hidden>
  • Date: Tue, 24 Jun 2008 17:19:55 +0200

Hi,

Thanks for your help. I now use UpTime() because I dont't have to do anything in a Cocoa app to get this running. I use the following code to get the timestamp:

double timestamp = (double)(AbsoluteToDuration(UpTime())) / 1000.0;

Then I use this timestamp to create NSEvents.

With best wishes, Stefan


Am 24.06.2008 um 15:11 schrieb Jean-Daniel Dupas:

Sorry, it look easy with sysctl too.
That just that I had some bad experiences with sysctl to retreive some poorely documented values and structs.



Le 24 juin 08 à 15:07, Jean-Daniel Dupas a écrit :

Wow, that one of the more complexe way i see to retreive it.

The former equivalent of GetCurrentEventTime() is -[NSEvent timestamp].

But if you need the uptime without using an event, you can use mach_absolute_time() or UpTime() (from the CoreServices framework).


Le 24 juin 08 à 15:00, Chris a écrit :



Do a

man 3 sysctl

in the terminal and look for KERN_BOOTTIME






On 24/06/2008, at 10:51 PM, Stefan Hafeneger wrote:

Hi,

I'm looking for a Cocoa function like GetCurrentEventTime() for Carbon to get the interval since system startup. Any ideas?

With best wishes, Stefan_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com


Help/Unsubscribe/Update your Subscription:
email@hidden


This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Seconds since system startup (From: Stefan Hafeneger <email@hidden>)
 >Re: Seconds since system startup (From: Chris <email@hidden>)
 >Re: Seconds since system startup (From: Jean-Daniel Dupas <email@hidden>)
 >Re: Seconds since system startup (From: Jean-Daniel Dupas <email@hidden>)

  • Prev by Date: Re: Cocoa Text System: How to determine the caret position?
  • Next by Date: Re: NSPredicateEditorRowTemplate
  • Previous by thread: Re: Seconds since system startup
  • Next by thread: NSSegmentedControl segment bindings
  • Index(es):
    • Date
    • Thread