/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Development/libraries/cuda/examples/profiler/profile.sh

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CONFDIR="."
 
2
 
 
3
MODES="main geometry mem incoherent"
 
4
 
 
5
for mode in $MODES; do
 
6
    eval "CUDA_PROFILE=1 CUDA_PROFILE_CSV=0 CUDA_PROFILE_LOG=profile.log.$mode CUDA_PROFILE_CONFIG=$CONFDIR/profile.conf.$mode $*"
 
7
done