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
-
TThibaut Benjamin
-
AAllan Blanchard
-
LLionel Blatter
-
FFrançois Bobot
-
RRichard Bonichon
-
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
-
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
-
AAnne Pacalet
-
VValentin Perrelle
-
GGuillaume Petiot
-
DDario Pinto
-
VVirgile Prevosto
-
AArmand Puccetti
-
FFélix Ridoux
-
VVirgile Robles
-
MMuriel Roger
-
JJulien Signoles
-
NNicolas Stouls
-
KKostyantyn Vorobyov
-
BBoris Yakobowski
Maintainers
Sources
frama-c-27.1-Cobalt.tar.gz
sha256=5b13574a16a58971c27909bee94ae7f37b17d897852b40c768a3d4e2e09e39d2
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 = {
verdict : VCS.verdict;
(*global verdict
*)provers : (VCS.prover * pstats) list;
(*meaningfull provers
*)tactics : int;
(*number of tactics
*)proved : int;
(*number of proved sub-goals
*)trivial : int;
(*number of proved sub-goals with Qed or No-prover time
*)timeout : int;
(*number of resulting timeouts and stepouts
*)unknown : int;
(*number of resulting unknown
*)noresult : int;
(*number of no-result
*)failed : int;
(*number of resulting failures
*)cached : int;
(*number of cached (non-trivial) results
*)
}
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