[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pygame] why so slow??



import profile, pygame
def main():
 pygame.init()
 screen = pygame.display.set_mode((310,120))
 pygame.display.set_caption("aaaa")
 pygame.mouse.set_visible(1) 
profile.run("main()")

3 function calls in 0.268 CPU seconds
it was quite fast here
____________________________________
pygame mailing list
pygame-users@seul.org
http://pygame.seul.org