|
|
|||
File indexing completed on 2026-04-09 07:49:20
0001 #!/bin/bash -l
0002 usage(){ cat << EOU
0003 sprof_test.sh
0004 ==============
0005
0006 ::
0007
0008 ~/opticks/sysrap/tests/sprof_test.sh
0009
0010 EOU
0011 }
0012
0013 name=sprof_test
0014
0015 cd $(dirname $BASH_SOURCE)
0016
0017 tmp=/tmp/$USER/opticks
0018 TMP=${TMP:-$tmp}
0019
0020 bin=$TMP/$name
0021 mkdir -p $(dirname $bin)
0022
0023 gcc $name.cc -I.. -std=c++11 -lstdc++ -lm -o $bin && $bin
0024
0025
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|