[GHC] #13070: time after evaluation

GHC ghc-devs at haskell.org
Mon Feb 27 16:24:42 UTC 2017


#13070: time after evaluation
-------------------------------------+-------------------------------------
        Reporter:  vanto             |                Owner:  (none)
            Type:  feature request   |               Status:  closed
        Priority:  normal            |            Milestone:
       Component:  GHCi              |              Version:  8.0.1
      Resolution:  invalid           |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Changes (by vanto):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Rwbarton, I looked at the question from all side and you are right. The
 clock cycles of an instruction do not varies but the number of clock
 cycles to go from the registers to memory or cache memory can be
 different. So it is impossible to have an absolute time (CPU time) but
 only a relative time of CPU in current processors. Sorry!.
 I closed this ticket.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13070#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list