Add tests for choosing the profiler

This commit is contained in:
Cosmin Ștefan Ciocan
2024-02-01 14:55:17 +00:00
parent 8d39ce01c3
commit 2c108442f6
4 changed files with 64 additions and 60 deletions
Vendored Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
echo "[NSYS]"
# this is a mock of nsight systems cli tool that just executes the program
# given as the last argument
"${@: -1}"