Merge commit 'dbee13661e
' into sync_cg_clif-2020-12-27
This commit is contained in:
parent
6c1fc324b2
commit
77f74ed070
28 changed files with 490 additions and 275 deletions
|
@ -4,7 +4,7 @@
|
|||
pushd $(dirname "$0")/../
|
||||
source build/config.sh
|
||||
popd
|
||||
PROFILE=$1 OUTPUT=$2 exec $RUSTC $RUSTFLAGS --jit $0
|
||||
PROFILE=$1 OUTPUT=$2 exec $RUSTC $RUSTFLAGS -Cllvm-args=mode=jit -Cprefer-dynamic $0
|
||||
#*/
|
||||
|
||||
//! This program filters away uninteresting samples and trims uninteresting frames for stackcollapse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue