Skip to content

Commit

Permalink
Merge pull request #408 from sparcians/peter-d/weightedcontextcounter
Browse files Browse the repository at this point in the history
moved WeightedContextCounter - fixes #407
  • Loading branch information
Knute Lingaard authored Feb 20, 2023
2 parents ac838a3 + 6dfac2d commit f649235
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sparta/example/CoreModel/src/Dispatch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "sparta/log/MessageSource.hpp"
#include "sparta/statistics/Counter.hpp"
#include "sparta/statistics/ContextCounter.hpp"
#include "test/ContextCounter/WeightedContextCounter.hpp"
#include "sparta/statistics/WeightedContextCounter.hpp"

#include "CoreTypes.hpp"
#include "FlushManager.hpp"
Expand Down
2 changes: 1 addition & 1 deletion sparta/test/ContextCounter/ContextCounter_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "sparta/statistics/Counter.hpp"
#include "sparta/statistics/ReadOnlyCounter.hpp"
#include "sparta/statistics/CycleCounter.hpp"
#include "sparta/statistics/WeightedContextCounter.hpp"

#include "sparta/events/Event.hpp"
#include "sparta/events/EventSet.hpp"
Expand All @@ -22,7 +23,6 @@
#include "sparta/report/Report.hpp"
#include "sparta/report/format/Text.hpp"

#include "WeightedContextCounter.hpp"

TEST_INIT

Expand Down

0 comments on commit f649235

Please sign in to comment.