---
search:
boost: 5.0
---
# Slot: wall_time
_Total elapsed runtime of the simulation._
URI: [https://CCPBioSim.ac.uk/biosim-schema/wall_time](https://CCPBioSim.ac.uk/biosim-schema/wall_time)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Performance](../classes/Performance.md) | Compute performance during simulation | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [TimeQuantity](../classes/TimeQuantity.md) |
| Domain Of | [Performance](../classes/Performance.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## 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/wall_time |
| native | https://CCPBioSim.ac.uk/biosim-schema/wall_time |
## LinkML Source
```yaml
name: wall_time
description: Total elapsed runtime of the simulation.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Performance
range: TimeQuantity
```