MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / exec

Method exec

source/src/scriptinterpreter.cpp:1869–1872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1867 resMonitor.setCpuClock(true);
1868 resMonitor.setCpuBaseClock(true);
1869 resMonitor.setGpuUsage(true);
1870 resMonitor.setGpuMemoryUsage(true);
1871 resMonitor.setDisk(true);
1872 resMonitor.setNetwork(true);
1873 resMonitor.setInterval(1000);
1874 return resMonitor.start();
1875}

Callers

nothing calls this directly

Calls 1

networkSendMethod · 0.80

Tested by

no test coverage detected