Skip to content

Commit

Permalink
Merge pull request stellar#2004 from graydon/report-rates-in-bucket-a…
Browse files Browse the repository at this point in the history
…pply

bucket: log one-time apply-rate when doing a direct bucket-apply.

Reviewed-by: MonsieurNicolas
  • Loading branch information
latobarita committed Mar 15, 2019
2 parents 8d99b9a + fdeca7e commit f91de49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bucket/Bucket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Bucket::apply(Application& app) const
{
applicator.advance(counters);
}
counters.logInfo("direct", 0, std::chrono::system_clock::now());
}

std::vector<BucketEntry>
Expand Down

0 comments on commit f91de49

Please sign in to comment.