Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vandycknick/barista
Easily extend your Menu Bar with all the information that you need
https://github.com/vandycknick/barista
csharp dotnet macos xamarin
Last synced: 7 days ago
JSON representation
Easily extend your Menu Bar with all the information that you need
- Host: GitHub
- URL: https://github.com/vandycknick/barista
- Owner: vandycknick
- Created: 2019-04-18T16:43:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T20:49:25.000Z (almost 5 years ago)
- Last Synced: 2024-10-24T13:57:15.731Z (3 months ago)
- Topics: csharp, dotnet, macos, xamarin
- Language: C#
- Homepage:
- Size: 464 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Barista
[![Build Status][azure-ci-badge]][azure-ci-url]## Profiling
Set the following environment variable
```sh
MONO_ENV_OPTIONS=--profile=log:calls,alloc,output=output.mlpd,heapshot=1gc
```
More documentation can be found [here](https://www.mono-project.com/docs/debug+profile/profile/profiler/)This will generate a file called `output.mpld` and can be found at the following location:
```sh
ls -al --block-size=MB Barista.app/Contents/Resources/output.mlpd
```To examine this file you can use Xamarin profiler or the mrpof-report command
```sh
mprof-report Barista.app/Contents/Resources/output.mlpd
```[azure-ci-badge]: https://dev.azure.com/vandycknick/Barista/_apis/build/status/nickvdyck.Barista?branchName=master
[azure-ci-url]: https://dev.azure.com/vandycknick/Barista/_build/latest?definitionId=9&branchName=master