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:
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user