package frama-c
Platform dedicated to the analysis of source code written in C
Install
Dune Dependency
Authors
-
MMichele Alberti
-
TThibaud Antignac
-
GGergö Barany
-
PPatrick Baudin
-
NNicolas Bellec
-
TThibaut Benjamin
-
AAllan Blanchard
-
LLionel Blatter
-
FFrançois Bobot
-
RRichard Bonichon
-
VVincent Botbol
-
QQuentin Bouillaguet
-
DDavid Bühler
-
ZZakaria Chihani
-
LLoïc Correnson
-
JJulien Crétin
-
PPascal Cuoq
-
ZZaynah Dargaye
-
BBasile Desloges
-
JJean-Christophe Filliâtre
-
PPhilippe Herrmann
-
MMaxime Jacquemin
-
FFlorent Kirchner
-
AAlexander Kogtenkov
-
RRemi Lazarini
-
TTristan Le Gall
-
JJean-Christophe Léchenet
-
MMatthieu Lemerre
-
DDara Ly
-
DDavid Maison
-
CClaude Marché
-
AAndré Maroneze
-
TThibault Martin
-
FFonenantsoa Maurica
-
MMelody Méaulle
-
BBenjamin Monate
-
YYannick Moy
-
PPierre Nigron
-
AAnne Pacalet
-
VValentin Perrelle
-
GGuillaume Petiot
-
DDario Pinto
-
VVirgile Prevosto
-
AArmand Puccetti
-
FFélix Ridoux
-
VVirgile Robles
-
JJan Rochel
-
MMuriel Roger
-
JJulien Signoles
-
NNicolas Stouls
-
KKostyantyn Vorobyov
-
BBoris Yakobowski
Maintainers
Sources
frama-c-29.0-Copper.tar.gz
sha256=d2fbb3b8d0ff83945872e9e6fa258e934a706360e698dae3b4d5f971addf7493
doc/frama-c-wp.core/Wp/Stats/index.html
Module Wp.Stats
Source
Performance Reporting
Source
type pstats = {
tmin : float;
(*minimum prover time (non-smoke proof only)
*)tval : float;
(*cummulated prover time (non-smoke proof only)
*)tmax : float;
(*maximum prover time (non-smoke proof only)
*)tnbr : float;
(*number of non-smoke proofs
*)time : float;
(*cumulated prover time (smoke and non-smoke)
*)success : float;
(*number of success (valid xor smoke)
*)
}
Prover Stats
Source
type stats = {
best : VCS.verdict;
(*provers best verdict (not verdict of the goal)
*)provers : (VCS.prover * pstats) list;
(*meaningfull provers
*)tactics : int;
(*number of tactics
*)proved : int;
(*number of proved sub-goals
*)timeout : int;
(*number of timeouts and stepouts sub-goals
*)unknown : int;
(*number of unknown sub-goals
*)noresult : int;
(*number of no-result sub-goals
*)failed : int;
(*number of failed sub-goals
*)cached : int;
(*number of cached prover results
*)cacheable : int;
(*number of prover results that can be cached
*)
}
Cumulated Stats
Remark: for each sub-goal, only the _best_ prover result is kept
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page