6 lines
149 B
Batchfile
6 lines
149 B
Batchfile
@echo off
|
|
:: This script uses the profile_run.cmd script to run profiling on a x64 release executable
|
|
|
|
set IsExecutablex64=\x64
|
|
call profile_run.cmd
|