mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-27 00:31:02 +08:00
Merge pull request #212 from seungjo0109/fix_typo_sample
Fix typo in sample/main.cpp
This commit is contained in:
commit
e262d8925e
@ -233,8 +233,8 @@ int main(int argc, char* argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::cout << "Objects count: " << OBJECTS << std::endl;
|
std::cout << "Objects count: " << OBJECTS << std::endl;
|
||||||
std::cout << "Render steps: " << MODELLING_STEPS << std::endl;
|
std::cout << "Render steps: " << RENDER_STEPS << std::endl;
|
||||||
std::cout << "Modelling steps: " << RENDER_STEPS << std::endl;
|
std::cout << "Modelling steps: " << MODELLING_STEPS << std::endl;
|
||||||
std::cout << "Resource loading count: " << RESOURCE_LOADING_COUNT << std::endl;
|
std::cout << "Resource loading count: " << RESOURCE_LOADING_COUNT << std::endl;
|
||||||
|
|
||||||
auto start = std::chrono::system_clock::now();
|
auto start = std::chrono::system_clock::now();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user