Skip to main content
added 64 characters in body
Source Link
tukan
  • 5.7k
  • 8
  • 20

Check the memory peak logging

Check the memory peak logging

improve the answer
Source Link
tukan
  • 5.7k
  • 8
  • 20

After the application is terminated valgrid will printout one number, which is the memory peak in [B]ytes.

After the application is terminated valgrid will printout one number, which is the memory peak in [B]ytes.

typo in the command
Source Link
tukan
  • 5.7k
  • 8
  • 20

valgrind --tool=massif --pagepages-as-heap=yes --massif-out-file=evolution_massif.out evolution; grep mem_heap_B evolution_massif.out | sed -e 's/mem_heap_B=\(.*\)/\1/' | sort -g | tail -n 1

valgrind --tool=massif --page-as-heap=yes --massif-out-file=evolution_massif.out evolution; grep mem_heap_B evolution_massif.out | sed -e 's/mem_heap_B=\(.*\)/\1/' | sort -g | tail -n 1

valgrind --tool=massif --pages-as-heap=yes --massif-out-file=evolution_massif.out evolution; grep mem_heap_B evolution_massif.out | sed -e 's/mem_heap_B=\(.*\)/\1/' | sort -g | tail -n 1

Bounty Ended with 50 reputation awarded by CAFxX
added 3 characters in body
Source Link
tukan
  • 5.7k
  • 8
  • 20
Loading
added 19 characters in body
Source Link
tukan
  • 5.7k
  • 8
  • 20
Loading
adding option for children for valgrind
Source Link
tukan
  • 5.7k
  • 8
  • 20
Loading
actually answering the question
Source Link
tukan
  • 5.7k
  • 8
  • 20
Loading
actually answering the question
Source Link
tukan
  • 5.7k
  • 8
  • 20
Loading
actually answering the question
Source Link
tukan
  • 5.7k
  • 8
  • 20
Loading
Source Link
tukan
  • 5.7k
  • 8
  • 20
Loading