Home
last modified time | relevance | path

Searched defs:Inferno (Results 1 – 11 of 11) sorted by relevance

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/doc/
H A Dinferno.md1 ## Inferno section
7 Inferno is a flamegraph generator for native (C/C++) Android apps. It was argument
42 Inferno relies on simpleperf to record the callstack of a native application argument
58 Inferno will collect data, process them and automatically open your web browser argument
77 callstack are impossible to merge properly. By default Inferno asks argument
/dports/devel/gitui/gitui-0.10.1/cargo-crates/inferno-0.10.0/
H A DREADME.md26 ### As a library
35 ### As a binary
78 ### Obtaining profiling data
/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/scene/transfer_function/
H A DPerceptual.cpp98 struct OSPSG_INTERFACE Inferno : public TransferFunction struct
106 Inferno::Inferno() : TransferFunction("piecewiseLinear") in Inferno() function in ospray::sg::Inferno
/dports/graphics/py-plotly/plotly-4.14.3/_plotly_utils/colors/
H A Dsequential.py65 Inferno = [ variable
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/docs/sphinx/Actions/
H A DVTKmColorTables.rst56 Inferno section in VTK-m Color Tables
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DColorTable.h109 Inferno, enumerator
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/
H A DPresetColorTables.cxx67 static constexpr ColorTable<256> Inferno = { variable
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dcolormap.cpp539 class Inferno : public ColorMap { class
541 Inferno() : ColorMap() { in Inferno() function in cv::colormap::Inferno
545 Inferno(int n) : ColorMap() { in Inferno() function in cv::colormap::Inferno
/dports/www/matomo/piwik/vendor/matomo/device-detector/regexes/
H A Doss.yml923 name: 'Inferno' play
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/api/
H A Dpalettes.d.ts432 export declare type Inferno = "Inferno3" | "Inferno4" | "Inferno5" | "Inferno6" | "Inferno7" | "Inf… alias
706 export declare const Inferno: { constant
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/
H A Dpalettes.py1146 Inferno = { 3: Inferno3, 4: Inferno4, 5: Inferno5, 6: Inferno6, 7: Inferno7, 8: Inferno8, 9:… variable