Construct GlobalVariableAccessAfterModification

Performance Diagrams

Construct GlobalVariableAccessAfterModification 0020000020000040000040000060000060000080000080000010000001000000120000012000001400000140000016000001600000CPython 3.12Nuitka (main)Nuitka (develop)Nuitka (factory)164902789.78846153846155257.0CPython 3.12950047244.59615384615387361.7458359010869Nuitka (main)950048399.4038461538462361.74568604581793Nuitka (develop)950048554.2115384615385361.74568604581793Nuitka (factory)Construct GlobalVariableAccessAfterModificationTicks Construct GlobalVariableAccessAfterModification 00100000100000200000200000300000300000400000400000500000500000600000600000700000700000800000800000900000900000CPython 3.11Nuitka (main)Nuitka (develop)Nuitka (factory)69920090.625312.1442131953622CPython 3.11900047246.875257.0Nuitka (main)900003403.125257.0120805657072Nuitka (develop)900003559.375257.0120805657072Nuitka (factory)Construct GlobalVariableAccessAfterModificationTicks Construct GlobalVariableAccessAfterModification 001000000100000020000002000000300000030000004000000400000050000005000000CPython 3.10Nuitka (main)Nuitka (develop)Nuitka (factory)517061389.78846153846155257.0CPython 3.104500000244.59615384615387289.05012431274145Nuitka (main)4500001399.4038461538462289.0500765204614Nuitka (develop)4500001554.2115384615385289.0500765204614Nuitka (factory)Construct GlobalVariableAccessAfterModificationTicks Construct GlobalVariableAccessAfterModification 002000002000004000004000006000006000008000008000001000000100000012000001200000140000014000001600000160000018000001800000200000020000002200000220000024000002400000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)251171389.78846153846155257.0CPython 2.71800000244.59615384615387327.0220254984424Nuitka (main)1800015399.4038461538462327.0205497204497Nuitka (develop)1800015554.2115384615385327.0205497204497Nuitka (factory)Construct GlobalVariableAccessAfterModificationTicks

Source Code with Construct

        # construct_alternative




if __name__ == "__main__":
    main()

    print("OK.")

#     Python test originally created or extracted from other peoples work. The
#     parts from me are licensed as below. It is at least Free Software where
#     it's copied from other people. In these cases, that will normally be
#     indicated.
#
#     Licensed under the Apache License, Version 2.0 (the "License");
#     you may not use this file except in compliance with the License.
#     You may obtain a copy of the License at
#
#         http://www.apache.org/licenses/LICENSE-2.0
#
#     Unless required by applicable law or agreed to in writing, software
#     distributed under the License is distributed on an "AS IS" BASIS,
#     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#     See the License for the specific language governing permissions and
#     limitations under the License.

Source Code without Construct

        # construct_alternative
        calledRepeatedly(False)
        # construct_end


if __name__ == "__main__":
    main()

    print("OK.")

#     Python test originally created or extracted from other peoples work. The
#     parts from me are licensed as below. It is at least Free Software where
#     it's copied from other people. In these cases, that will normally be
#     indicated.
#
#     Licensed under the Apache License, Version 2.0 (the "License");
#     you may not use this file except in compliance with the License.
#     You may obtain a copy of the License at
#
#         http://www.apache.org/licenses/LICENSE-2.0
#
#     Unless required by applicable law or agreed to in writing, software
#     distributed under the License is distributed on an "AS IS" BASIS,
#     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#     See the License for the specific language governing permissions and
#     limitations under the License.