Perfexionists / perun

Lightweight Performance Control System
GNU General Public License v3.0
16 stars 14 forks source link

Add support of differences of multiple profiles #243

Open tfiedor opened 3 months ago

tfiedor commented 3 months ago

Currently we limit ourselves to difference of two profiles, however, it would be nice to have difference of n profiles.

This requires quite an overhaul of the visualizations, as we are comparing two profiles in many places and comparing n profiles would be more hard.

Maybe consider creating some kind of skeleton profile, that would contain those that are same for all profiles and use it as a comparison base?