Port details |
- easy-profiler Lightweight profiler library for C++
- 2.1.0.41 devel
=0 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-07-03 16:28:34
- Commit Hash: 57a2b3c
- License: APACHE20 MIT
- 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%.
WWW: https://github.com/yse/easy_profiler
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- easy-profiler>0:devel/easy-profiler
- For LIB depends:
- libeasy_profiler.so: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
- ninja : devel/ninja
- qt5-buildtools>=5.15.2 : devel/qt5-buildtools
- qt5-qmake>=5.15.2 : 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: 6
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Jul 2022 16:28:34 2.1.0.41
|
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. |
22 Jun 2022 20:35:19 2.1.0.41
|
Yuri Victorovich (yuri)  |
devel/easy-profiler: Broken on i386
Reported by: fallout |
20 Jun 2022 21:55:27 2.1.0.41
|
Yuri Victorovich (yuri)  |
devel/easy-profiler: Improve pkg-descr |
20 Jun 2022 17:09:30 2.1.0.41
|
Yuri Victorovich (yuri)  |
devel/easy-profiler: Correct grammar in pkg-descr; Remove unused cmake:testing |
20 Jun 2022 05:59:01 2.1.0.41
|
Yuri Victorovich (yuri)  |
devel/easy-profiler: Correct COMMENT |
20 Jun 2022 05:57:20 2.1.0.41
|
Yuri Victorovich (yuri)  |
devel/easy-profiler: New port: Library and tool for converting vertex formats |
Number of commits found: 6
|