m

matrix-memory-canary

Matrix is an APM (Application Performance Manage) used in Wechat to monitor, locate and analyse performance problems. It is a plugin style, non-invasive solution and is currently available on iOS, macOS and Android.
https://github.com/Tencent/Matrix
BSD License
Tencent Wechat, Inc.
Files download
File Operation
matrix-memory-canary-2.1.0.pom download
matrix-memory-canary-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.matrix</groupId>
  <artifactId>matrix-memory-canary</artifactId>
  <version>2.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.tencent.matrix:matrix-memory-canary:2.1.0'
Gradle Kotlin
implementation("com.tencent.matrix:matrix-memory-canary:2.1.0")
Scala SBT
libraryDependencies += "com.tencent.matrix" % "matrix-memory-canary" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.matrix', module='matrix-memory-canary', version='2.1.0')
)
Apache Ivy
<dependency org="com.tencent.matrix" name="matrix-memory-canary" rev="2.1.0" />
Leiningen
[com.tencent.matrix/matrix-memory-canary "2.1.0"]
Apache Buildr
'com.tencent.matrix:matrix-memory-canary:jar:2.1.0'