@t-kawa 氏作成のqsortをベンチマークする
元のコードは
Require CMake to build.
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=../bin -DCMAKE_BUILD_TYPE=Release ..
$ make install
$ cd ../bin
$ ./qsort_benchmark- Start
cmake-gui.exe - Specify source code path and build dir path
- Configure
- Set
CMAKE_INSTALL_PREFIXto<some directory path> - Configure
- Build
- Open Project
- In Solution Explorer, right-click
INSTALLand select build - start some shell(
cmd.exe,powershell.exe, etc...) cd <some directory path>qsort_benchmark.exe
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=../bin -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release ..
$ make install
$ cd ../bin
$ ./qsort_benchmark.exe河村 知行
〒745-0845 山口県周南市河東町3-2 (株)曽呂利
t-kawa@crux.ocn.ne.jp