Merge pull request 'update cli vars on CLAN_CLI_PERF' (#3640) from clan-cli-perf into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3640
This commit is contained in:
Mic92
2025-05-14 10:11:25 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ Appending `--debug` flag enables debug logging printed into the console.
To activate profiling you can run To activate profiling you can run
```bash ```bash
PERF=1 ./bin/clan-app CLAN_CLI_PERF=1 ./bin/clan-app
``` ```
### Library Components ### Library Components

View File

@@ -45,7 +45,7 @@ Appending `--debug` flag enables debug logging printed into the console.
To activate profiling you can run To activate profiling you can run
```bash ```bash
PERF=1 ./bin/clan-vm-manager CLAN_CLI_PERF=1 ./bin/clan-vm-manager
``` ```
### Library Components ### Library Components
@@ -91,4 +91,4 @@ Here are some important documentation links related to the Clan VM Manager:
> Error dialogs should be avoided where possible, since they are disruptive. > Error dialogs should be avoided where possible, since they are disruptive.
> >
> For simple non-critical errors, toasts can be a good alternative. > For simple non-critical errors, toasts can be a good alternative.