add compilers

Signed-off-by: Peter Jung <admin@ptr1337.dev>
This commit is contained in:
Peter Jung 2022-09-25 23:38:58 +02:00
parent 39309793d0
commit b12d39a57e
No known key found for this signature in database
GPG key ID: C3C4820857F654FE
8 changed files with 19 additions and 5 deletions

View file

@ -0,0 +1,2 @@
{ "name": "clang", "type": "compiler" }
{ "name": "clang++", "type": "compiler" }

View file

@ -1,2 +1,2 @@
# family of tools designed to build, test and package software: https://cmake.org/
{ "name": "cmake", "type": "Heavy_CPU" }
{ "name": "cmake", "type": "compiler" }

View file

@ -0,0 +1,2 @@
{ "name": "gcc", "type": "compiler" }
{ "name": "g++", "type": "compiler" }

View file

@ -1,2 +1,2 @@
# https://golang.org/
{ "name": "go", "type": "BG_CPUIO" }
{ "name": "go", "type": "compiler" }

View file

@ -0,0 +1,6 @@
{ "name": "lld", "type": "compiler" }
{ "name": "mold", "type": "compiler" }
{ "name": "ld", "type": "compiler" }
{ "name": "ld.bfd", "type": "compiler" }
{ "name": "ld.mold", "type": "compiler" }
{ "name": "ld.lld", "type": "compiler" }

View file

@ -1,3 +1,3 @@
{ "name": "cargo", "type": "BG_CPUIO" }
{ "name": "rustc", "type": "BG_CPUIO" }
{ "name": "rust-analyzer", "type": "BG_CPUIO" }
{ "name": "cargo", "type": "compiler" }
{ "name": "rustc", "type": "compiler" }
{ "name": "rust-analyzer", "type": "compiler" }

View file

@ -37,3 +37,6 @@
# Type: Service
{ "type": "Service", "nice": 10, "ioclass": "best-effort", "ionice": 6 , "latency_nice": 9 }
# Type: Compiler
{"type":"compiler", "nice":3, "latency_nice": 4 }

View file

@ -15,5 +15,6 @@ apply_ionice=true
apply_sched=true
apply_oom_score_adj=true
apply_cgroup=true
convert_latnice=false
check_disks_schedulers=true