Skip to content

Commit

Permalink
parameter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guj committed Sep 20, 2024
1 parent bd1bb17 commit b175dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/8c_benchmark_ptl_parallel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static std::map<std::string, LocalProfiler> m_GlobalProfilers;
class Checkpoint
{
public:
Checkpoint(std::string name, int rank)
Checkpoint(std::string const& name, int rank)
:m_name(name)
{
auto fp = m_GlobalProfilers.find(name);
Expand Down

0 comments on commit b175dcc

Please sign in to comment.