Lines Matching defs:time
6 import sys, time, pdb, string, cProfile
15 # timeit - time length of registry loading & header generation
34 startTime = time.process_time()
37 endTime = time.process_time()
168 format('/* Generated on date %s */' % time.strftime('%Y%m%d')),
174 format('#define GL_GLEXT_VERSION %s' % time.strftime('%Y%m%d')),
179 format('#define WGL_WGLEXT_VERSION %s' % time.strftime('%Y%m%d')),
184 format('#define GLX_GLXEXT_VERSION %s' % time.strftime('%Y%m%d')),
189 format('#define EGL_EGLEXT_VERSION %s' % time.strftime('%Y%m%d')),
571 elif (arg == '-time'):
572 write('Enabling timing (-time)', file=sys.stderr)
617 p.strip_dirs().sort_stats('time').print_stats(50)