2025-05-17 15:26:08 +02:00

651 B

Enable or disable instrumented performance profiling support for binaries.

profile "value"

Parameters

| Value | Description |

| On | Turn on instrumented performance profiling. | | Off | Turn off instrumented performance profiling. |

Applies To

Project configurations.

Availability

Premake 5.0-beta6 or later.

Examples

project "MyProject"
    kind "ConsoleApp"
    profile "On"