centralized performance resources
This commit is contained in:
commit
50b15a1522
63 changed files with 328466 additions and 0 deletions
9
perf-cpp/scripts/a.cc
Normal file
9
perf-cpp/scripts/a.cc
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include <iostream>
|
||||
|
||||
#include "a.hh"
|
||||
|
||||
int main() {
|
||||
std::cout << add();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue