template.Temperature enum¶
Execution temperature hint. Absent (0) means unspecified.
Cases¶
| Keyword | Value | Description |
|---|---|---|
hot |
1 | Expected to execute on a hot path. |
cold |
2 | Expected to execute on a cold path. |
Used by¶
template.apply.temperaturetemplate.call.temperaturetemplate.decl.temperaturetemplate.def.temperaturetemplate.ukernel.temperature