marsinstituteSC / MissionControl

Mission Control Center Application for MISC's Mars Rover, Viking III
GNU General Public License v3.0
2 stars 1 forks source link

Profiling finds #14

Open Segath opened 5 years ago

Segath commented 5 years ago

Edit the message corresponding to the priority when problem is solved with a green box at the end, if there is no solution strikethrough with a red box at the end. Example:

Result of some unwanted operation times in out code, not all of them can be fixed or modified, but it is a good idea to at least have a list of highest costing operations:

Segath commented 5 years ago

Low Priority

Operations that only runs once on startup or infrequently. Good to list them in order to not use them too often.

Segath commented 5 years ago

Medium Priority

Operations that runs frequently, but does not impose a immediate problem.

Segath commented 5 years ago

High Priority

Operations that runs constantly, and has a long operation time per call. Scaling is an example here, where each call needed 0.014 ish seconds per call.

Segath commented 5 years ago

Comparisons

Display on QLabel vs QGraphicsView, with only one video.