#985: proper Configure.pl-time check for hires timers
-----------------------+----------------------------------------------------
 Reporter:  dukeleto   |       Owner:  cotto
     Type:  todo       |      Status:  new  
 Priority:  normal     |   Milestone:       
Component:  profiling  |     Version:  1.5.0
 Severity:  medium     |    Keywords:       
     Lang:             |       Patch:       
 Platform:  other      |  
-----------------------+----------------------------------------------------

Comment(by darbelo):

 Small update on the state of this code:

 We still don't have a proper Configure.pl-time check for hires timers.
 But, right now parrot will default to gettimeofday() unless _POSIX_TIMERS
 is #defined to a true value. Which is about as safe as it gets for
 retrieving timing info. This however short-changes platforms with a
 correct clock_gettime() that don't #define _POSIX_TIMERS.

 All of his provides safer defaults but doesn't solve the actual problem
 that this ticket is about. The ticket should remain open until we can add
 a proper Configure.pl-time check for hires timers or decide they aren't
 needed.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/985#comment:7>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to