MCPcopy Create free account
hub / github.com/bytedance/bolt / exprTrackCpuUsage

Method exprTrackCpuUsage

bolt/core/QueryConfig.h:1412–1414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1410 }
1411
1412 bool exprTrackCpuUsage() const {
1413 return get<bool>(kExprTrackCpuUsage, false);
1414 }
1415
1416 uint64_t reasonableBoltThreadSize() const {
1417 constexpr uint64_t kReasonableSize = 10;

Callers 2

compileLambdaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected