!ASIS Issue #040 !topic Rename Compilation_Cpu_Time !reference ASIS 95-11.3 !from Doug Smith 97-02-22 !keywords time duration !discussion "package Asis.Compilation_Units.Times is ... function Compilation_Cpu_Time (Compilation_Unit : in Asis.Compilation_Unit) return Standard.Duration;" The name of the function suggests that a value of type "Time" will be returned when in fact a value of type duration is returned. !resolution Accepted !date 97-03-26 !Notes Change the name to Compilation_CPU_Duration. If the value returned is 0.0, no duration is available (i.e., the implementation does not calculate/save this information). If the value is 86_400.0, the value is longer than a day. Also, the term "CPU" is an acronym for Central Processing Unit; it has been added to the list of acronyms. Changes were made in ASIS version 2.0.M.