Ticket #985 (new todo)
proper Configure.pl-time check for hires timers
| Reported by: | dukeleto | Owned by: | cotto |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | profiling | Version: | 1.5.0 |
| Severity: | medium | Keywords: | |
| Cc: | jkeenan | Language: | |
| Patch status: | Platform: | other |
Description
Currently parrot uses clock_gettime() unless the platform is darwin, in which it uses gettimeofday(). Any other esoteric platform that does not have clock_gettime() will currently not build on parrot.
A proper check for each function should be done at Configure.pl-time for these. Devel::NYTProf2 has already solved most of these issues, we should emulate that.
Change History
Note: See
TracTickets for help on using
tickets.
