Skip to main content

profile

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"