Port details |
- remotery Single file, realtime CPU/GPU profiler library with remote web viewer
- g20190209 devel =2 g20190209Version of this port present on the latest quarterly branch.
- Maintainer: 0mp@FreeBSD.org
- Port Added: 2019-02-16 19:50:59
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/Celtoys/Remotery
- Description:
- Remotery is a realtime CPU/GPU profiler hosted in a single C file with a
viewer that runs in a web browser.
Features:
- Lightweight instrumentation of multiple threads running on the CPU.
- Web viewer that runs in Chrome, Firefox and Safari. Custom WebSockets
server transmits sample data to the browser on a latent thread.
- Profiles itself and shows how it's performing in the viewer.
- Console output for logging text.
- Console input for sending commands to your game.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- remotery>0:devel/remotery
- To install the port:
- cd /usr/ports/devel/remotery/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/remotery
- pkg install remotery
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: remotery
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1550230165
SHA256 (Celtoys-Remotery-g20190209-38f3ed9_GH0.tar.gz) = e7fe4a4d88b2fc0fe8f3cae6da37ac93d5963bf6e802205560adb060c11deab9
SIZE (Celtoys-Remotery-g20190209-38f3ed9_GH0.tar.gz) = 154949
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for remotery-g20190209:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_remotery
- pkg-message:
- For install:
- Compiling the sample program
============================
sample.c can be compiled in the following way:
cc -I/usr/local/include -pthread -lm /usr/local/share/remotery/Remotery.c /usr/local/share/examples/remotery/sample.c
A precompiled sample program can be found at /usr/local/share/examples/remotery/sample.
Using the Remote Web Viewer
===========================
Open /usr/local/share/remotery/index.html in a web browser.
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
g20190209 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
g20190209 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g20190209 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20190209 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
g20190209 16 Feb 2019 19:50:38 |
0mp |
New port: devel/remotery: Single file, realtime CPU/GPU profiler library with
remote web viewer
Remotery is a realtime CPU/GPU profiler hosted in a single C file with a
viewer that runs in a web browser.
Features:
- Lightweight instrumentation of multiple threads running on the CPU.
- Web viewer that runs in Chrome, Firefox and Safari. Custom WebSockets
server transmits sample data to the browser on a latent thread.
- Profiles itself and shows how it's performing in the viewer.
- Console output for logging text.
- Console input for sending commands to your game.
WWW: https://github.com/Celtoys/Remotery
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D19057 |
Number of commits found: 6
|