Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L LEGO
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Group 22
  • LEGO
  • Wiki
  • Home

Home · Changes

Page history
rp94673 created page: home authored Feb 12, 2015 by Rasmus Meldgaard Petersen's avatar Rasmus Meldgaard Petersen
Hide whitespace changes
Inline Side-by-side
home.markdown
View page @ a65d6e04
......@@ -94,7 +94,10 @@ LCD.drawString("Turn right", 0, 1);
This resulted in the memory usage as seen in table 3.
![Table 3](http://gitlab.au.dk/uploads/group-22/lego/63e7105f45/Table_3.jpg)
Table 3
We can see there is a difference between using a string directly and a predetermined variable when writing to the LCD screen. The memory usage of the direct input was somewhat higher than the predetermined variable, as depicted on the graph, where it is observable that the time between the graphs’ minimums and maximums are different. The sudden drop of memory use can indicate there is a garbage collector clearing the memory.
## Conclusion
\ No newline at end of file
Clone repository
  • Lab1
  • Lab10
  • Lab2
  • Lab3
  • Lab4
  • Lab5
  • Lab6
  • Lab7
  • Lab8
  • Lab9
  • Home