Skip to content
Snippets Groups Projects
  • Nat Goodspeed's avatar
    1262f710
    CHOP-753: Report Linux memory stats 1/line, like other platforms. · 1262f710
    Nat Goodspeed authored
    Previous code deliberately flowed the different lines from MEMINFO_FILE
    together on a single line, which seems pointless to me, since we want to be
    able to grep the viewer log to recognize individual stats.
    Also replace classic-C LLFILE* machinery used to read MEMINFO_FILE with
    std::ifstream and std::getline().
    1262f710
    History
    CHOP-753: Report Linux memory stats 1/line, like other platforms.
    Nat Goodspeed authored
    Previous code deliberately flowed the different lines from MEMINFO_FILE
    together on a single line, which seems pointless to me, since we want to be
    able to grep the viewer log to recognize individual stats.
    Also replace classic-C LLFILE* machinery used to read MEMINFO_FILE with
    std::ifstream and std::getline().
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
llsys.cpp 29.99 KiB