flamegraph
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.3%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: lucasguesserts
- License: mit
- Language: Shell
- Default Branch: trunk
- Size: 23.4 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
License
Citation
README.md
Flamegraph
Tutorial of how to use flamegraphs with different languages. Each directory shows how to create and visualize flamegraphs in a specific language. They have a shell script file named profile, which you can execute to see an example. Also, use that file as the main documentation for each language, i.e. it tells you how to create a flamegraph in the desired language.
Requirements
- c++:
- node:
- node;
- install nvm;
- install
nodeusingnvm;
- flamebearer;
- execute in the root of the project:
npm install;
- execute in the root of the project:
- node;
Owner
- Name: Lucas Guesser
- Login: lucasguesserts
- Kind: user
- Website: https://www.linkedin.com/in/lucasguesserts/
- Repositories: 22
- Profile: https://github.com/lucasguesserts
Developer and Mechanical Engineer.
Citation (CITATION.cff)
cff-version: 1.2.0
title: flamegraph
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Lucas
family-names: Guesser
email: lucasguesserts@gmail.com
orcid: 'https://orcid.org/0009-0000-6272-4061'
identifiers:
- type: url
value: 'https://github.com/lucasguesserts'
description: github
- type: url
value: 'https://www.linkedin.com/in/lucasguesserts/'
description: linkedin
- type: url
value: 'https://lattes.cnpq.br/5397783811561318'
description: lattes
repository-code: 'https://github.com/lucasguesserts/flamegraph'
abstract: >-
Tutorial of how to use flamegraphs with different languages.
keywords:
- flamegraph
license: MIT
GitHub Events
Total
Last Year
Dependencies
package-lock.json
npm
- buffer-from 1.1.2
- concat-stream 1.6.2
- core-util-is 1.0.3
- flamebearer 1.1.3
- inherits 2.0.4
- is-wsl 1.1.0
- isarray 1.0.0
- opn 5.5.0
- process-nextick-args 2.0.1
- readable-stream 2.3.8
- safe-buffer 5.1.2
- string_decoder 1.1.1
- typedarray 0.0.6
- util-deprecate 1.0.2
package.json
npm
- flamebearer ^1.1.3