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