README: Convert to Markdown format and fix website link

This commit is contained in:
Alastair Robertson 2022-12-19 08:08:34 -08:00 committed by Alastair Robertson
parent db90326c4b
commit edcab6c9dd
2 changed files with 13 additions and 14 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# object-introspection
[![Matrix Chat](https://img.shields.io/matrix/object-introspection:matrix.org.svg)](https://matrix.to/#/#object-introspection:matrix.org)
Object Introspection is a memory profiling technology for C++ objects. It provides the ability to dynamically instrument applications to capture the precise memory occupancy of entire object hierarchies including all containers and dynamic allocations. All this with no code modification or recompilation!
For more information on the technology and how to get started applying it to your applications please check out the [Object Introspection](https://facebookexperimental.github.io/object-introspection/) website.
## Join the Object Introspection community
See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.
## License
Object Introspection is licensed under the [Apache 2.0 License](LICENSE).

View File

@ -1,14 +0,0 @@
* object-introspection
[[https://matrix.to/#/#object-introspection:matrix.org][https://img.shields.io/matrix/object-introspection:matrix.org.svg]]
Object Introspection is a memory profiling technology for C++ objects. It provides the ability to dynamically instrument applications to capture the precise memory occupancy of entire object hierarchies including all containers and dynamic allocations. All this with no code modification or recompilation!
For more information on the technology and how to get started applying it to your applications please check out the [[Object Introspection][https://object-introspection.com]] website.
* Join the Object Introspection community
See the [[CONTRIBUTING][CONTRIBUTING.md]] file for how to help out.
* License
Object Introspection is licensed under the [[Apache 2.0 License][LICENSE]].