DenkzeitWiki

Suchen:

Aktuelle Änderungen Printable View Änderungen Bearbeiten

Pile > PodCast > PofEAA > PatternsOfEnterpriseApplicationArchitecture > Polymorphism > PostgreSQL > PostgreSQLVsMySQL > PowerPoint > PowerPointPresentation > PowerPoint > PowerShell > PracticalCommonLisp > LispSprache > PrintToPdf > ProcessingLargeXml > Profiler > ProfilingClear Trail
Main /

Profiling

(weitergeleitet von Main.Profiler)

PrematureOptimization

JavaSprache
PythonSprache

Java


misc notes


Python



user-, sys-, real-time

The user counters show time spent in user mode; the system counters show time spent in system mode.


When operating on user data, a process (or thread) has limited access to other processes, memory, devices, etc. CPU used by such a thread is counted as "user time". If it needs to interact with the system, it makes a kernel or system call (like read()). When the call starts, it has to have extra privileges, so it operates in kernel or system context. Time accumulated by the thread is counted as system time.



Edit - BackLinks - Tags - Page Hist - Print - Changes - Home - Orphans - Help

Zuletzt geändert am 12.12.2009 20:18 Uhr und seit 7. April 2005 2028 aufgerufen.