Changeset 516adce in mainline for uspace/app/top/top.c


Ignore:
Timestamp:
2010-04-07T10:24:00Z (15 years ago)
Author:
Stanislav Kozina <stanislav.kozina@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36b5b0f
Parents:
1ba37fa
Message:

top echoes also physical memory overview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/top/top.c

    r1ba37fa r516adce  
    4343#include <sys/time.h>
    4444#include <load.h>
     45#include <ps.h>
    4546#include "screen.h"
    4647#include "input.h"
     
    8485        /* Read cpu infos */
    8586        target->cpu_count = get_cpu_infos(&target->cpus);
     87
     88        /* Read mem info */
     89        get_mem_info(&target->mem_info);
    8690}
    8791
Note: See TracChangeset for help on using the changeset viewer.