mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP
This commit is contained in:
parent
d7cc6d68bb
commit
2cff4ddbc1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ START_TIME=$(now_ms)
|
||||||
valgrind \
|
valgrind \
|
||||||
--quiet \
|
--quiet \
|
||||||
--tool=cachegrind \
|
--tool=cachegrind \
|
||||||
"$1" "$2" >/dev/null
|
"$1" $2 >/dev/null
|
||||||
|
|
||||||
TIME_ELAPSED=$(bc <<< "$(now_ms) - ${START_TIME}")
|
TIME_ELAPSED=$(bc <<< "$(now_ms) - ${START_TIME}")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue