|
Static Value-Flow Analysis
|
#include <CFLStat.h>
Public Member Functions | |
| CFLStat (CFLBase *p) | |
| virtual | ~CFLStat () |
| virtual void | performStat () |
| void | CFLGraphStat () |
| void | CFLGrammarStat () |
| void | CFLSolverStat () |
Public Member Functions inherited from SVF::PTAStat | |
| PTAStat (PointerAnalysis *p) | |
| virtual | ~PTAStat () |
| void | setMemUsageBefore (u32_t vmrss, u32_t vmsize) |
| void | setMemUsageAfter (u32_t vmrss, u32_t vmsize) |
| void | performStat () override |
| void | callgraphStat () override |
Public Member Functions inherited from SVF::SVFStat | |
| SVFStat () | |
| virtual | ~SVFStat () |
| virtual void | startClk () |
| virtual void | endClk () |
| virtual void | printStat (std::string str="") |
| virtual void | performStatPerQuery (NodeID) |
| virtual void | printStatPerQuery (NodeID, const PointsTo &) |
Private Attributes | |
| CFLBase * | pta |
Additional Inherited Members | |
Public Types inherited from SVF::SVFStat | |
| enum | ClockType { Wall , CPU } |
| typedef OrderedMap< std::string, u32_t > | NUMStatMap |
| typedef OrderedMap< std::string, double > | TIMEStatMap |
Static Public Member Functions inherited from SVF::SVFStat | |
| static double | getClk (bool mark=false) |
Public Attributes inherited from SVF::PTAStat | |
| NodeBS | localVarInRecursion |
Public Attributes inherited from SVF::SVFStat | |
| NUMStatMap | generalNumMap |
| NUMStatMap | PTNumStatMap |
| TIMEStatMap | timeStatMap |
| double | startTime |
| double | endTime |
Static Public Attributes inherited from SVF::SVFStat | |
| static bool | printGeneralStats = true |
| SVF's general statistics are only printed once even if you run multiple anayses. | |
| static double | timeOfBuildingLLVMModule = 0 |
| static double | timeOfBuildingSymbolTable = 0 |
| static double | timeOfBuildingSVFIR = 0 |
Protected Attributes inherited from SVF::PTAStat | |
| PointerAnalysis * | pta |
| u32_t | _vmrssUsageBefore |
| u32_t | _vmrssUsageAfter |
| u32_t | _vmsizeUsageBefore |
| u32_t | _vmsizeUsageAfter |
| CFLStat::CFLStat | ( | CFLBase * | p | ) |
Constructor
Definition at line 39 of file CFLStat.cpp.
| void CFLStat::CFLGrammarStat | ( | ) |
Definition at line 59 of file CFLStat.cpp.
| void CFLStat::CFLGraphStat | ( | ) |
Collect CFLGraph information
Definition at line 47 of file CFLStat.cpp.
| void CFLStat::CFLSolverStat | ( | ) |
Definition at line 67 of file CFLStat.cpp.
|
virtual |
Start here
Implements SVF::SVFStat.
Definition at line 80 of file CFLStat.cpp.