Skip to content

Commit

Permalink
fix stats output
Browse files Browse the repository at this point in the history
git-svn-id: https://nocs.stanford.edu/cgi-bin/svn.cgi/booksim2.0/trunk@5223 ce7aba0d-9f81-40a6-a495-cecae84b0515
  • Loading branch information
razzfazz committed Sep 5, 2012
1 parent 28e326a commit 8d22755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trafficmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,7 @@ void TrafficManager::WriteStats(ostream & os) const {
}
}

double time_delta = (double)(_time - _reset_time);
double time_delta = (double)(_drain_time - _reset_time);

os << "];" << endl
<< "sent_packets(" << c+1 << ",:) = [ ";
Expand Down

0 comments on commit 8d22755

Please sign in to comment.