Skip to content

Commit

Permalink
Adding Comment on Struct SystemInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinx committed Dec 10, 2018
1 parent 6223a48 commit a651c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/benchmark/benchmark.h
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,7 @@ struct CPUInfo {
BENCHMARK_DISALLOW_COPY_AND_ASSIGN(CPUInfo);
};

//Adding Struct for System Information
struct SystemInfo {
std::string name;
static const SystemInfo& Get();
Expand Down

0 comments on commit a651c6f

Please sign in to comment.