MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / currentUser

Function currentUser

src/scripts/perf/performanceUtility.py:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23from datetime import datetime
24
25def currentUser():
26 try:
27 return check_output("who", shell = True).split()[0];
28 except:
29 print 'Unhandled Exception at performanceUtility::currentUser()'
30 raise
31
32#Details: Generate sorted numbers in radices of 2,3 and 5 upto a given upper limit number
33def generate235Radices(maxSize):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected