module Metrics:Metrics.sig
..end
type
t = {
|
sloc : |
|
call_statements : |
|
goto_statements : |
|
assign_statements : |
|
if_statements : |
|
loop_statements : |
|
mem_access : |
|
functions_without_source : |
|
functions_with_source : |
|
function_definitions : |
|
cyclos : |
val compute : (unit -> t) Pervasives.ref
val pretty : (Format.formatter -> t -> unit) Pervasives.ref