Skip to content

Commit af5f8b8

Browse files
Update release notes
1 parent 67483bd commit af5f8b8

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

plugins/nl.esi.pps.doc.user/adoc/_section_release-notes.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ The release notes of the Platform Performance Suite (PPS) are listed below, in r
1717
1818
=== pass:normal[PPS v0.30]
1919
20+
The highlights of this release are:
21+
22+
* Support CPU info in TMSC models.
23+
** CPU info can be stored on `LifelineSegment`, using persisted properties.
24+
** A rendering strategy is available to view the CPU information.
25+
** The _Data Analysis View_ shows CPU info for the selected execution.
26+
* TMSC syntax now supports running analyses automatically.
27+
* This release also includes bug fixes and improvements.
28+
2029
.Software upgrades
2130
2231
- Eclipse 2020-06 -> Eclipse 2024-09

plugins/nl.esi.pps.tmsc.xtext.ui/examples/tutorial.tmsct

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,3 +313,15 @@ function sfx {
313313
*/
314314
metricActivityCutOff: true
315315
}
316+
317+
/*
318+
* Analyses
319+
*
320+
* To prototype and test analysis on TMSCs (e.g. time-bound analysis),
321+
* these analyses can now be automatically executed.
322+
*/
323+
tmsc analyses {
324+
time-shift {
325+
delta: 0
326+
}
327+
}

0 commit comments

Comments
 (0)