add dependencies for subphase analysis
This commit is contained in:
parent
e02eb96725
commit
c0b3b04172
@ -410,11 +410,9 @@ public:
|
||||
~SubphaseWorkItem() { }
|
||||
virtual void run() {
|
||||
|
||||
if ( matches(type,AnalysisType::ComputeAverages) ) {
|
||||
PROFILE_START("Compute subphase",1);
|
||||
Averages.Full();
|
||||
PROFILE_STOP("Compute subphase",1);
|
||||
}
|
||||
PROFILE_START("Compute subphase",1);
|
||||
Averages.Full();
|
||||
PROFILE_STOP("Compute subphase",1);
|
||||
}
|
||||
private:
|
||||
SubphaseWorkItem();
|
||||
|
Loading…
Reference in New Issue
Block a user