module Metrics_cilast:sig..end
libc to true will
include functions/variables from the C stdlib in the metrics.
Syntactic metrics
=================
The goal is to collect various (syntactic) information about the source code
(slocs, assignments, loops, ...).
From those one can compute McCabe's cyclomatic complexity.
class type sloc_visitor =object..end
class slocVisitor :libc:bool ->sloc_visitor
val get_metrics : libc:bool -> Metrics_base.BasicMetrics.t
type cilast_metrics = {
|
fundecl_calls : |
|
fundef_calls : |
|
extern_global_vars : |
|
basic_metrics : |
val get_cilast_metrics : libc:bool -> cilast_metrics
val compute_on_cilast : libc:bool -> unitval compute_locals_size : Kernel_function.t -> unit