-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
56 changed files
with
362 additions
and
55 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
...droid/shark/-android-reference-matchers/-s-t-a-t-i-c_-m-t-a-r-g-e-t_-v-i-e-w.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[shark-android](../../index.md) / [shark](../index.md) / [AndroidReferenceMatchers](index.md) / [STATIC_MTARGET_VIEW](./-s-t-a-t-i-c_-m-t-a-r-g-e-t_-v-i-e-w.md) | ||
|
||
# STATIC_MTARGET_VIEW | ||
|
||
`STATIC_MTARGET_VIEW` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[shark-hprof](../../index.md) / [shark](../index.md) / [HprofReader](index.md) / [position](./position.md) | ||
|
||
# position | ||
|
||
`var position: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) | ||
|
||
Starts at [startPosition](start-position.md) and increases as [HprofReader](index.md) reads bytes. This is useful | ||
for tracking the position of content in the backing [source](#). This never resets. | ||
|
8 changes: 8 additions & 0 deletions
8
docs/api/shark-hprof/shark/-hprof-reader/read-class-skip-content-record.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[shark-hprof](../../index.md) / [shark](../index.md) / [HprofReader](index.md) / [readClassSkipContentRecord](./read-class-skip-content-record.md) | ||
|
||
# readClassSkipContentRecord | ||
|
||
`fun readClassSkipContentRecord(): `[`HprofRecord.HeapDumpRecord.ObjectRecord.ClassSkipContentRecord`](../-hprof-record/-heap-dump-record/-object-record/-class-skip-content-record/index.md) | ||
|
||
Reads a class record after a class dump tag, skipping its content. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
docs/api/shark-hprof/shark/-hprof-reader/read-instance-skip-content-record.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[shark-hprof](../../index.md) / [shark](../index.md) / [HprofReader](index.md) / [readInstanceSkipContentRecord](./read-instance-skip-content-record.md) | ||
|
||
# readInstanceSkipContentRecord | ||
|
||
`fun readInstanceSkipContentRecord(): `[`HprofRecord.HeapDumpRecord.ObjectRecord.InstanceSkipContentRecord`](../-hprof-record/-heap-dump-record/-object-record/-instance-skip-content-record/index.md) | ||
|
||
Reads an instance record after a instance dump tag, skipping its content. | ||
|
8 changes: 8 additions & 0 deletions
8
docs/api/shark-hprof/shark/-hprof-reader/read-object-array-skip-content-record.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[shark-hprof](../../index.md) / [shark](../index.md) / [HprofReader](index.md) / [readObjectArraySkipContentRecord](./read-object-array-skip-content-record.md) | ||
|
||
# readObjectArraySkipContentRecord | ||
|
||
`fun readObjectArraySkipContentRecord(): `[`HprofRecord.HeapDumpRecord.ObjectRecord.ObjectArraySkipContentRecord`](../-hprof-record/-heap-dump-record/-object-record/-object-array-skip-content-record/index.md) | ||
|
||
Reads an object array record after a object array dump tag, skipping its content. | ||
|
8 changes: 8 additions & 0 deletions
8
...api/shark-hprof/shark/-hprof-reader/read-primitive-array-skip-content-record.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[shark-hprof](../../index.md) / [shark](../index.md) / [HprofReader](index.md) / [readPrimitiveArraySkipContentRecord](./read-primitive-array-skip-content-record.md) | ||
|
||
# readPrimitiveArraySkipContentRecord | ||
|
||
`fun readPrimitiveArraySkipContentRecord(): `[`HprofRecord.HeapDumpRecord.ObjectRecord.PrimitiveArraySkipContentRecord`](../-hprof-record/-heap-dump-record/-object-record/-primitive-array-skip-content-record/index.md) | ||
|
||
Reads a primitive array record after a primitive array dump tag, skipping its content. | ||
|
8 changes: 0 additions & 8 deletions
8
docs/api/shark-hprof/shark/-hprof-reader/start-byte-read-count.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[shark-hprof](../../index.md) / [shark](../index.md) / [HprofReader](index.md) / [startPosition](./start-position.md) | ||
|
||
# startPosition | ||
|
||
`val startPosition: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) | ||
|
||
How many bytes have already been read from [source](#) when this [HprofReader](index.md) is created. | ||
|
9 changes: 9 additions & 0 deletions
9
...of-record/-heap-dump-record/-object-record/-class-skip-content-record/-init-.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[shark-hprof](../../../../../index.md) / [shark](../../../../index.md) / [HprofRecord](../../../index.md) / [HeapDumpRecord](../../index.md) / [ObjectRecord](../index.md) / [ClassSkipContentRecord](index.md) / [<init>](./-init-.md) | ||
|
||
# <init> | ||
|
||
`ClassSkipContentRecord(id: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)`, stackTraceSerialNumber: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`, superclassId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)`, classLoaderId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)`, signersId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)`, protectionDomainId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)`, instanceSize: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`, staticFieldCount: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`, fieldCount: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`)` | ||
|
||
This isn't a real record type as found in the heap dump. It's an alternative to | ||
[ClassDumpRecord](../-class-dump-record/index.md) for when you don't need the class content. | ||
|
5 changes: 5 additions & 0 deletions
5
.../-heap-dump-record/-object-record/-class-skip-content-record/class-loader-id.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[shark-hprof](../../../../../index.md) / [shark](../../../../index.md) / [HprofRecord](../../../index.md) / [HeapDumpRecord](../../index.md) / [ObjectRecord](../index.md) / [ClassSkipContentRecord](index.md) / [classLoaderId](./class-loader-id.md) | ||
|
||
# classLoaderId | ||
|
||
`val classLoaderId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) |
5 changes: 5 additions & 0 deletions
5
...cord/-heap-dump-record/-object-record/-class-skip-content-record/field-count.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[shark-hprof](../../../../../index.md) / [shark](../../../../index.md) / [HprofRecord](../../../index.md) / [HeapDumpRecord](../../index.md) / [ObjectRecord](../index.md) / [ClassSkipContentRecord](index.md) / [fieldCount](./field-count.md) | ||
|
||
# fieldCount | ||
|
||
`val fieldCount: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
5 changes: 5 additions & 0 deletions
5
...-hprof-record/-heap-dump-record/-object-record/-class-skip-content-record/id.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[shark-hprof](../../../../../index.md) / [shark](../../../../index.md) / [HprofRecord](../../../index.md) / [HeapDumpRecord](../../index.md) / [ObjectRecord](../index.md) / [ClassSkipContentRecord](index.md) / [id](./id.md) | ||
|
||
# id | ||
|
||
`val id: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) |
28 changes: 28 additions & 0 deletions
28
...rof-record/-heap-dump-record/-object-record/-class-skip-content-record/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[shark-hprof](../../../../../index.md) / [shark](../../../../index.md) / [HprofRecord](../../../index.md) / [HeapDumpRecord](../../index.md) / [ObjectRecord](../index.md) / [ClassSkipContentRecord](./index.md) | ||
|
||
# ClassSkipContentRecord | ||
|
||
`class ClassSkipContentRecord : `[`HprofRecord.HeapDumpRecord.ObjectRecord`](../index.md) | ||
|
||
This isn't a real record type as found in the heap dump. It's an alternative to | ||
[ClassDumpRecord](../-class-dump-record/index.md) for when you don't need the class content. | ||
|
||
### Constructors | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [<init>](-init-.md) | `ClassSkipContentRecord(id: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)`, stackTraceSerialNumber: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`, superclassId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)`, classLoaderId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)`, signersId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)`, protectionDomainId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)`, instanceSize: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`, staticFieldCount: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`, fieldCount: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`)`<br>This isn't a real record type as found in the heap dump. It's an alternative to [ClassDumpRecord](../-class-dump-record/index.md) for when you don't need the class content. | | ||
|
||
### Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [classLoaderId](class-loader-id.md) | `val classLoaderId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) | | ||
| [fieldCount](field-count.md) | `val fieldCount: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | | ||
| [id](id.md) | `val id: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) | | ||
| [instanceSize](instance-size.md) | `val instanceSize: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | | ||
| [protectionDomainId](protection-domain-id.md) | `val protectionDomainId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) | | ||
| [signersId](signers-id.md) | `val signersId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) | | ||
| [stackTraceSerialNumber](stack-trace-serial-number.md) | `val stackTraceSerialNumber: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | | ||
| [staticFieldCount](static-field-count.md) | `val staticFieldCount: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | | ||
| [superclassId](superclass-id.md) | `val superclassId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) | |
5 changes: 5 additions & 0 deletions
5
...rd/-heap-dump-record/-object-record/-class-skip-content-record/instance-size.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[shark-hprof](../../../../../index.md) / [shark](../../../../index.md) / [HprofRecord](../../../index.md) / [HeapDumpRecord](../../index.md) / [ObjectRecord](../index.md) / [ClassSkipContentRecord](index.md) / [instanceSize](./instance-size.md) | ||
|
||
# instanceSize | ||
|
||
`val instanceSize: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
5 changes: 5 additions & 0 deletions
5
...p-dump-record/-object-record/-class-skip-content-record/protection-domain-id.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[shark-hprof](../../../../../index.md) / [shark](../../../../index.md) / [HprofRecord](../../../index.md) / [HeapDumpRecord](../../index.md) / [ObjectRecord](../index.md) / [ClassSkipContentRecord](index.md) / [protectionDomainId](./protection-domain-id.md) | ||
|
||
# protectionDomainId | ||
|
||
`val protectionDomainId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) |
5 changes: 5 additions & 0 deletions
5
...ecord/-heap-dump-record/-object-record/-class-skip-content-record/signers-id.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[shark-hprof](../../../../../index.md) / [shark](../../../../index.md) / [HprofRecord](../../../index.md) / [HeapDumpRecord](../../index.md) / [ObjectRecord](../index.md) / [ClassSkipContentRecord](index.md) / [signersId](./signers-id.md) | ||
|
||
# signersId | ||
|
||
`val signersId: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) |
5 changes: 5 additions & 0 deletions
5
...p-record/-object-record/-class-skip-content-record/stack-trace-serial-number.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[shark-hprof](../../../../../index.md) / [shark](../../../../index.md) / [HprofRecord](../../../index.md) / [HeapDumpRecord](../../index.md) / [ObjectRecord](../index.md) / [ClassSkipContentRecord](index.md) / [stackTraceSerialNumber](./stack-trace-serial-number.md) | ||
|
||
# stackTraceSerialNumber | ||
|
||
`val stackTraceSerialNumber: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
Oops, something went wrong.