UNPKG

@cloud-carbon-footprint/core

Version:

The core logic to get cloud usage data and estimate energy and carbon emissions.

25 lines (23 loc) 640 B
/* * © 2021 Thoughtworks, Inc. */ export { COMPUTE_PROCESSOR_TYPES, cascadeLakeSkylakeBroadwellHaswell, cascadeLakeSkylake, cascadeLakeSkylakeBroadwell, cascadeLakeHaswell, broadwellHaswell, broadwellSkylake, broadwelCascadeLake, skyLakeBroadwellHaswellAMDRome, skyLakeBroadwellHaswellSandyBridgeIvyBridge, } from './ComputeProcessorTypes' export { default as ComputeUsage, buildComputeUsages, extractRawComputeUsages, RawComputeUsage, } from './ComputeUsage' export { default as ComputeEstimator } from './ComputeEstimator' export { default as ServiceWithCPUUtilization } from './ServiceWithCPUUtilization'