We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfc415 commit 7b264f9Copy full SHA for 7b264f9
src/main.cpp
@@ -186,9 +186,13 @@ int main(int argc, char* argv[]) {
186
} else {
187
for(uint i=0u; i<(uint)devices.size(); i++) benchmark_device(devices[i]);
188
}
189
+#ifdef _WIN32
190
println("|-----------------------------------------------------------------------------|");
191
println("| Done. Press Enter to exit. |");
192
println("'-----------------------------------------------------------------------------'");
193
wait();
194
+#else // Linux
195
+ println("'-----------------------------------------------------------------------------'");
196
+#endif // Linux
197
return 0;
198
0 commit comments