MCPcopy Create free account

hub / github.com/aristocratos/btop4win / functions

Functions291 in github.com/aristocratos/btop4win

↓ 2 callersFunctionhash_bytes
include/robin_hood.h:692
↓ 2 callersFunctionhex_to_dec
Convert hex color to a array of decimals
src/btop_theme.cpp:202
↓ 2 callersMethodinit
include/robin_hood.h:2483
↓ 2 callersFunctionltrim
src/btop_tools.cpp:348
↓ 2 callersMethodnodes
include/robin_hood.h:1179
↓ 2 callersFunctionpoll
src/btop_input.cpp:86
↓ 2 callersFunctionpresetsValid
src/btop_config.cpp:289
↓ 2 callersFunctionsetTheme
src/btop_theme.cpp:427
↓ 2 callersFunctionstop
Stops any work being done in runner thread and checks for thread errors
src/btop.cpp:517
↓ 2 callersFunctionstringValid
src/btop_config.cpp:390
↓ 2 callersFunctionsystem_uptime
src/btop_collect.cpp:2430
↓ 2 callersFunctionterm_resize
Handler for SIGWINCH and general resizing events, does nothing if terminal hasn't been resized unless force=true
src/btop.cpp:142
↓ 2 callersFunctionthread_trigger
src/btop.cpp:248
↓ 2 callersFunctiontime_s
Return current time since epoch in seconds
src/btop_tools.hpp:259
↓ 2 callersFunctiontoggle_box
src/btop_config.cpp:500
↓ 2 callersFunctionuncolor
Return a string with all colors and text styling removed
src/btop_tools.hpp:73
↓ 2 callersFunctionupdateThemes
src/btop_theme.cpp:411
↓ 2 callersFunctionwcwidth
Return the width of character c, or a special negative value. */
include/widechar_width.hpp:1466
↓ 2 callersFunctionwide_ulen
src/btop_tools.cpp:265
↓ 1 callersFunctionOHMR_collect
Collects Cpu, Motherboard and Gpu information from Libre Hardware Monitor using LHM-CPPdll (https://github.com/aristocratos/LHM-CppExport)
src/btop_collect.cpp:301
↓ 1 callersFunctionOHMR_init
src/btop_collect.cpp:486
↓ 1 callersFunctionOHMR_wait
src/btop_collect.cpp:194
↓ 1 callersFunctionServiceSetStart
src/btop_tools.cpp:242
↓ 1 callersFunctionWMI_init
src/btop_collect.cpp:135
↓ 1 callersFunctionWMI_wait
src/btop_collect.cpp:715
↓ 1 callersFunction_tree_gen
Generate process tree list
src/btop_collect.cpp:1880
↓ 1 callersMethodallocate
allocates, but does NOT initialize. Use in-place new constructor, e.g. T* obj = pool.allocate(); ::new (static_cast<void*>(obj)) T();
include/robin_hood.h:417
↓ 1 callersFunctionargumentParser
A simple argument parser
src/btop.cpp:86
↓ 1 callersMethodcalcNumBytesInfo
include/robin_hood.h:2145
↓ 1 callersMethodcalcNumBytesTotal
include/robin_hood.h:2158
↓ 1 callersMethodcbegin
include/robin_hood.h:2002
↓ 1 callersMethodcend
include/robin_hood.h:2020
↓ 1 callersMethoddeallocate
does not actually deallocate but puts it in store. make sure you have already called the destructor! e.g. with obj->~T(); pool.deallocate(obj);
include/robin_hood.h:431
↓ 1 callersMethoddestroyDoNotDeallocate
include/robin_hood.h:977
↓ 1 callersFunctiongenerateColors
Generate colors and rgb decimal vectors for the theme
src/btop_theme.cpp:223
↓ 1 callersFunctiongenerateGradients
Generate color gradients from two or three colors, 101 values indexed 0-100
src/btop_theme.cpp:295
↓ 1 callersFunctiongenerateTTYColors
Set colors and generate gradients for the TTY theme
src/btop_theme.cpp:354
↓ 1 callersFunctionget_battery
src/btop_collect.cpp:1166
↓ 1 callersFunctionget_cpuHz
src/btop_collect.cpp:1072
↓ 1 callersFunctionget_cpuName
src/btop_collect.cpp:1105
↓ 1 callersFunctionhostname
src/btop_tools.cpp:567
↓ 1 callersFunctionisbool
Check if a string is a valid bool value
src/btop_tools.hpp:274
↓ 1 callersFunctionload
src/btop_config.cpp:524
↓ 1 callersFunctionloadFile
Load a .theme file from disk
src/btop_theme.cpp:377
↓ 1 callersFunctionlock
src/btop_config.cpp:353
↓ 1 callersMethodmax_size
include/robin_hood.h:2110
↓ 1 callersMethodnodesDoNotDeallocate
include/robin_hood.h:1183
↓ 1 callersFunctionproc_sorter
src/btop_collect.cpp:1802
↓ 1 callersFunctionrestore
src/btop_tools.cpp:133
↓ 1 callersFunctionsetWinDebug
Set security mode for better chance of collecting process information Based on code from psutil See: https://github.com/giampaolo/psutil/blob/master/p
src/btop_collect.cpp:84
↓ 1 callersFunctionset_modes
src/btop_tools.cpp:92
↓ 1 callersFunctionstobool
Convert string to bool, returning any value not equal to "true" or "True" as false
src/btop_tools.hpp:279
↓ 1 callersFunctionthread_wait
src/btop.cpp:247
↓ 1 callersFunctiontree_sort
src/btop_collect.cpp:1851
↓ 1 callersFunctionusername
src/btop_tools.cpp:572
↓ 1 callersFunctionwrite
src/btop_config.cpp:590
MethodBulkPoolAllocator
include/robin_hood.h:369
FunctionCtrlHandler
src/btop.cpp:225
MethodDataNode
include/robin_hood.h:967
MethodDataNode
include/robin_hood.h:1043
FunctionExecCMD
src/btop_tools.cpp:577
MethodGraph
src/btop_draw.cpp:423
MethodHandleWrapper
src/btop_tools.cpp:154
MethodIter
default constructed iterator can be compared to itself, but WON'T return true when compared to end().
include/robin_hood.h:1238
FunctionLoadAvgCallback
src/btop_collect.cpp:224
MethodMeter
Meter class ------------------------------------------------------------------------------------------------------------>
src/btop_draw.cpp:331
MethodServiceConfigWrapper
src/btop_tools.cpp:164
MethodServiceHandleWrapper
src/btop_tools.cpp:159
MethodTable
include/robin_hood.h:1497
MethodTextEdit
src/btop_draw.cpp:137
MethodVariantWrap
src/btop_collect.cpp:168
FunctionWMICollect
? WMI thread, collects process/service information once every second to augment missing information from the standard WIN32 API methods
src/btop_collect.cpp:725
MethodWMIObjectReleaser
src/btop_collect.cpp:161
MethodWbemEnumerator
src/btop_collect.cpp:153
MethodWrapHash
include/robin_hood.h:869
MethodWrapKeyEqual
include/robin_hood.h:876
Function_exit_handler
src/btop.cpp:221
Function_runner
? ------------------------------- Secondary thread: async launcher and drawing ----------------------------------
src/btop.cpp:298
Methodadd
WARNING: Underflow if numBytes < ALIGNMENT! This is guarded in addOrFree().
include/robin_hood.h:476
MethodaddOrFree
Adds an already allocated block of memory to the allocator. This allocator is from now on responsible for freeing the data (with free()). If the provi
include/robin_hood.h:439
MethodaddOrFree
we are not using the data, so just free it.
include/robin_hood.h:548
FunctionassertNotNull
include/robin_hood.h:347
Methodatomic_lock
src/btop_tools.cpp:518
MethodcalcMaxNumElementsAllowed
include/robin_hood.h:2136
MethodcalcNumElementsToAlloc
include/robin_hood.h:462
Methodclear
Clears all data, without resizing.
include/robin_hood.h:1682
MethodcloneData
include/robin_hood.h:1444
Methoddestroy
doesn't do anything
include/robin_hood.h:976
Methoddestroy
include/robin_hood.h:1051
MethoddestroyDoNotDeallocate
include/robin_hood.h:1057
FunctiondoThrow
include/robin_hood.h:336
Methodemplace
include/robin_hood.h:1796
Methodemplace_hint
include/robin_hood.h:1824
MethodfastForward
fast forward to the next non-free info byte I've tried a few variants that don't depend on intrinsics, but unfortunately they are quite a bit slower t
include/robin_hood.h:1306
MethodfindIdx
include/robin_hood.h:1419
MethodgetFirst
include/robin_hood.h:1079
MethodgetFirstConst
include/robin_hood.h:1137
MethodgetSecond
include/robin_hood.h:1102
Methodhas
include/robin_hood.h:2180
FunctionhelpMenu
src/btop_menu.cpp:1338
← previousnext →101–200 of 291, ranked by callers