All Projects → Kyson → Memorymonitor

Kyson / Memorymonitor

Licence: mit
内存监控器

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Memorymonitor

Walle
iOS Application performance monitoring
Stars: ✭ 19 (-75.95%)
Mutual labels:  memory, performance
Perf Tools
⏱→ 🚀A set of tools for improving performance your application (balancer, performance, PerfKeeper, LazyPromise).
Stars: ✭ 135 (+70.89%)
Mutual labels:  memory, performance
Stats Js
JavaScript Performance Monitor using canvas
Stars: ✭ 12 (-84.81%)
Mutual labels:  memory, performance
React Adaptive Hooks
Deliver experiences best suited to a user's device and network constraints
Stars: ✭ 4,750 (+5912.66%)
Mutual labels:  memory, performance
Observer cli
Visualize Erlang/Elixir Nodes On The Command Line
Stars: ✭ 1,058 (+1239.24%)
Mutual labels:  memory, performance
Compute
A C++ GPU Computing Library for OpenCL
Stars: ✭ 1,192 (+1408.86%)
Mutual labels:  performance
Xrautomatedtests
XRAutomatedTests is where you can find functional, graphics, performance, and other types of automated tests for your XR Unity development.
Stars: ✭ 77 (-2.53%)
Mutual labels:  performance
Circle Progress View
Animated circular progress view for Android
Stars: ✭ 1,185 (+1400%)
Mutual labels:  view
Boomerang
End user oriented web performance testing and beaconing
Stars: ✭ 1,181 (+1394.94%)
Mutual labels:  performance
Memorystore
express-session full featured MemoryStore layer without leaks!
Stars: ✭ 79 (+0%)
Mutual labels:  memory
Rpmalloc
Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
Stars: ✭ 1,218 (+1441.77%)
Mutual labels:  memory
Cs Fundamentals
The CS Fundamentals Series
Stars: ✭ 76 (-3.8%)
Mutual labels:  memory
Personal Goals
List of books I've read, projects I've done, videos I've seen, articles I've read or podcasts I've listened to.
Stars: ✭ 75 (-5.06%)
Mutual labels:  performance
Rumqttd
rust mqtt broker
Stars: ✭ 77 (-2.53%)
Mutual labels:  performance
Graywater
An Android library for decomposing RecyclerView layouts to improve scroll performance.
Stars: ✭ 1,191 (+1407.59%)
Mutual labels:  performance
Reactime
Chrome extension for improving and optimizing performance in React applications (Gatsby and Next.js compatible).
Stars: ✭ 1,219 (+1443.04%)
Mutual labels:  performance
Permon
A tool to monitor everything you want. Clean, simple, extensible and in one place.
Stars: ✭ 73 (-7.59%)
Mutual labels:  performance
Viwaveformview
Generate waveform view from audio data.
Stars: ✭ 76 (-3.8%)
Mutual labels:  view
Ysf
YSF Server Functions
Stars: ✭ 77 (-2.53%)
Mutual labels:  memory
Nuxt Memwatch
Quickly watch real-time memory stats of your nuxt app
Stars: ✭ 76 (-3.8%)
Mutual labels:  memory

MemoryMonitor

内存监控组件,可以在应用debug版本设置开关,随时打开内存监控器,时时监控实际物理内存占用及堆内存的使用情况(堆内存的视图和AndroidStudio中的monitor是一样的)

预览

mm_preview

使用

step1

引用3个aar包,链接:

step2

在Application的onCreate中调用MemoryMonitor.getInstance().init(this)进行初始化

step3

在需要显示的地方调用

MemoryMonitor.getInstance().start(FloatCurveView.MEMORY_TYPE_PSS)或者MemoryMonitor.getInstance().start(FloatCurveView.MEMORY_TYPE_HEAP)

别忘了在不需要的时候停止它,通过调用MemoryMonitor.getInstance().stop()

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].