Class: Performance

Compute performance during simulation.

URI: https://CCPBioSim.ac.uk/biosim-schema/Performance

         classDiagram
    class Performance
    click Performance href "../../classes/Performance/"
      Performance : energy_consumption
        
          
    
        
        
        Performance --> "0..1" EnergyQuantity : energy_consumption
        click EnergyQuantity href "../../classes/EnergyQuantity/"
    

        
      Performance : wall_time
        
          
    
        
        
        Performance --> "0..1" TimeQuantity : wall_time
        click TimeQuantity href "../../classes/TimeQuantity/"
    

        
      
    

Slots

Name

Cardinality and Range

Description

Inheritance

wall_time

0..1
TimeQuantity

Total elapsed runtime of the simulation

direct

energy_consumption

0..1
EnergyQuantity

Total energy consumed by the simulation run

direct

Usages

used by

used in

type

used

ComputationalEnvironment

performance

range

Performance

Identifier and Mapping Information

Schema Source

  • from schema: https://CCPBioSim.ac.uk/biosim-schema/

Mappings

Mapping Type

Mapped Value

self

https://CCPBioSim.ac.uk/biosim-schema/Performance

native

https://CCPBioSim.ac.uk/biosim-schema/Performance

LinkML Source

Direct

name: Performance
description: Compute performance during simulation.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
slots:
- wall_time
- energy_consumption

Induced

name: Performance
description: Compute performance during simulation.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
attributes:
  wall_time:
    name: wall_time
    description: Total elapsed runtime of the simulation.
    from_schema: https://CCPBioSim.ac.uk/biosim-schema/
    rank: 1000
    owner: Performance
    domain_of:
    - Performance
    range: TimeQuantity
  energy_consumption:
    name: energy_consumption
    description: Total energy consumed by the simulation run.
    from_schema: https://CCPBioSim.ac.uk/biosim-schema/
    rank: 1000
    owner: Performance
    domain_of:
    - Performance
    range: EnergyQuantity