Port details |
- easy-profiler Lightweight profiler library for C++
- 2.1.0.41 devel
=2 2.1.0.41Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-06-20 06:00:08
- Last Update: 2022-09-11 10:20:14
- Commit Hash: ddae4e9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20 MIT
- WWW:
- https://github.com/yse/easy_profiler
- Description:
- Lightweight cross-platform profiler library for C++.
You can profile any function in C++ code. Furthermore this library
allows to measure runtime of any block of code. For example, gathering
information for 12 million blocks is using less than 300MB of memory.
Working profiler slows an application execution by only 1-2%.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- easy-profiler>0:devel/easy-profiler
- To install the port:
- cd /usr/ports/devel/easy-profiler/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/easy-profiler
- pkg install easy-profiler
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: easy-profiler
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1655701621
SHA256 (yse-easy_profiler-v2.1.0-41-g3104dd4_GH0.tar.gz) = a619d77cba16eb215b77dd336e4bc9fc24968a14b26f7bf71f9c23576c15a507
SIZE (yse-easy_profiler-v2.1.0-41-g3104dd4_GH0.tar.gz) = 423101
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Library dependencies:
-
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_easy-profiler
- USES:
- cmake compiler:c++11-lang qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.0.41 11 Sep 2022 10:20:14
    |
Felix Palmen (zirias)  |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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) |
2.1.0.41 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 ) |
2.1.0.41 03 Jul 2022 16:28:34
    |
Piotr Kubaj (pkubaj)  |
devel/easy-profiler: fix build on powerpc64*
It's possible other architectures are also broken.
/wrkdirs/usr/ports/devel/easy-profiler/work/easy_profiler-2.1.0-41-g3104dd4/easy_profiler_core/current_time.h:110:27:
error: unknown type name 'int64'
tbl &= -static_cast<int64>(tbu0 == tbu1);
^
1 warning and 1 error generated. |
2.1.0.41 22 Jun 2022 20:35:19
    |
Yuri Victorovich (yuri)  |
devel/easy-profiler: Broken on i386
Reported by: fallout |
2.1.0.41 20 Jun 2022 21:55:27
    |
Yuri Victorovich (yuri)  |
devel/easy-profiler: Improve pkg-descr |
2.1.0.41 20 Jun 2022 17:09:30
    |
Yuri Victorovich (yuri)  |
devel/easy-profiler: Correct grammar in pkg-descr; Remove unused cmake:testing |
2.1.0.41 20 Jun 2022 05:59:01
    |
Yuri Victorovich (yuri)  |
devel/easy-profiler: Correct COMMENT |
2.1.0.41 20 Jun 2022 05:57:20
    |
Yuri Victorovich (yuri)  |
devel/easy-profiler: New port: Library and tool for converting vertex formats |
Number of commits found: 9
|