Operations to show and store statistical information about the analysis.
Author: Michael Hanus
Version: October 2024
showStatistics
:: TermDomain a => Options -> Int -> Int -> ((String,String) -> Bool) -> Int -> Int -> (Int,Int) -> (Int,Int) -> [((String,String),Maybe [a])] -> [(String,String)] -> (Int,Int,Int) -> (String,[String])
|
storeStatistics
:: Options -> String -> String -> [String] -> IO ()
Store the statitics for a module in a text and a CSV file (if required by the current options). |
|
Store the statitics for a module in a text and a CSV file (if required by the current options). |