profiler.pxd 218 Bytes
Newer Older
root's avatar
root committed
1
2
3
4
5
6
7
8
9
10
11
cdef extern from *:
    ctypedef int OutputMode 'cudaOutputMode_t'


cpdef enum:
    cudaKeyValuePair = 0
    cudaCSV = 1

cpdef initialize(str config_file, str output_file, int output_mode)
cpdef start()
cpdef stop()