We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b371900 commit d494b02Copy full SHA for d494b02
src/patterned.py
@@ -3,8 +3,8 @@
3
4
pmma.set_clean_profiling(False)
5
pmma.set_profile_result_path(r"H:\Downloads\twtwo profile.txt")
6
-pmma.init(general_profile_application=True)
7
-#pmma.init(general_profile_application=False, use_c_acceleration=True)
+#pmma.init(general_profile_application=True)
+pmma.init(general_profile_application=False, use_c_acceleration=True)
8
9
display = pmma.Display()
10
display.create(vsync=False)
0 commit comments