#include <omp.h>
#include <boost/regex.hpp>
#include <iostream>
#include <fstream>
#include <string>
#include "staticCFG.h"
#include <vector>
#include <algorithm>
#include <utility>
#include <sys/time.h>
#include <sys/resource.h>
Include dependency graph for graphProcessingSgIncGraph.h:

Go to the source code of this file.
Classes | |
| struct | Bot |
| struct | compareSgGraphNode |
| class | SgGraphTraversal< CFG > |
Functions | |
| double | timeDifference (const struct timeval &end, const struct timeval &begin) |
| static timeval | getCPUTime () |
| bool | is_disjoint (std::set< SgGraphNode * > set1, std::set< SgGraphNode * > set2) |
| double timeDifference | ( | const struct timeval & | end, | |
| const struct timeval & | begin | |||
| ) |
Definition at line 93 of file graphProcessingSgIncGraph.h.
Referenced by SgGraphTraversal< CFG >::evaluatePaths(), SgGraphTraversal< CFG >::evaluatePathsPar(), and SgGraphTraversal< CFG >::traverse().
| static timeval getCPUTime | ( | ) | [inline, static] |
Definition at line 98 of file graphProcessingSgIncGraph.h.
Referenced by SgGraphTraversal< CFG >::evaluatePaths(), SgGraphTraversal< CFG >::evaluatePathsPar(), and SgGraphTraversal< CFG >::traverse().
| bool is_disjoint | ( | std::set< SgGraphNode * > | set1, | |
| std::set< SgGraphNode * > | set2 | |||
| ) |
Definition at line 497 of file graphProcessingSgIncGraph.h.
1.4.7