Skip to content

Commit

Permalink
introduce dump interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincenzo Innocente committed Jun 6, 2007
1 parent 7d4c346 commit d2bda54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PerfTools/Callgrind/src/ProfilerService.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ProfilerService::ProfilerService(edm::ParameterSet const& pset,
m_excludedPaths(pset.getUntrackedParameter<std::vector<std::string> >("excludePaths",std::vector<std::string>() )),
m_allPaths(false),
m_evtCount(0),
m_counts(0);
m_counts(0),
m_doEvent(false),
m_active(0),
m_paused(false) {
Expand Down

0 comments on commit d2bda54

Please sign in to comment.