examples.performance.__main__ 的源代码
"""Allows the examples/performance package to be run as a script."""
from . import Profiler
if __name__ == "__main__":
Profiler.main()
"""Allows the examples/performance package to be run as a script."""
from . import Profiler
if __name__ == "__main__":
Profiler.main()