Pinned Repositories
hotspot
The Linux perf GUI for performance analysis.
heaptrack
A heap memory profiler for Linux
kdevelop
Cross-platform IDE for C, C++, Python, QML/JavaScript and PHP
bench_qt
how-to-write-a-memory-profiler
CppCon 2019 Talk: slides and source code
linux
Linux kernel source tree
mmap_demo
small playground to show case mmap and its effect on memory consumption and runtime for a specific workload
scivi
Code for my Scientific Visualization class
shell-helpers
a bunch of little programs I wrote to make my life on the command line easier and less type-intensitive
springer_download
a python script for downloading ebooks from springerlink.com
milianw's Repositories
milianw/shell-helpers
a bunch of little programs I wrote to make my life on the command line easier and less type-intensitive
milianw/how-to-write-a-memory-profiler
CppCon 2019 Talk: slides and source code
milianw/bench_qt
milianw/mmap_demo
small playground to show case mmap and its effect on memory consumption and runtime for a specific workload
milianw/linux
Linux kernel source tree
milianw/Charm
The Cross-Platform Time Tracker
milianw/hotspot
The Qt GUI for performance analysis.
milianw/pass_any_across_lib
demo for std::any breakage across library boundaries on macOS
milianw/powerlog
Dashboard for an APsystems EZ1 microinverter for balcony solar systems
milianw/async_playground
playground project to test approaches for writing asnyc Qt/C++ code
milianw/backward-cpp
A beautiful stack trace pretty printer for C++
milianw/CMake
CMake, the cross-platform, open-source build system.
milianw/cosine
Explored and benchmarked different methods of implementing cosine from scratch.
milianw/cpp-variant-overhead
microbenchmark to investigate C++ std::variant overhead
milianw/FlameGraph
Stack trace visualizer
milianw/GammaRay
GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent.
milianw/kdev-php
PHP Language Plugin for KDevelop/Quanta.
milianw/kdevelop
KDevelop, a featureful, plugin-extensible IDE for C/C++ and other programming languages
milianw/ktexteditor
KTextEditor Framework
milianw/libunwind
libunwind official github repo
milianw/lttng-analyses
Analyses scripts for LTTng kernel traces (official repository)
milianw/not-perf
A sampling CPU profiler for Linux
milianw/object-introspection
Object Introspection (OI) enables on-demand, hierarchical profiling of objects in arbitrary C/C++ programs with no recompilation.
milianw/perf_mmaps_to_elfutils
reproducer for libdwfl issues in perfparser and hotspot
milianw/playground-qqmllistproperty
a playground repo to experiment with QQmlListProperty
milianw/robin-map
C++ implementation of a fast hash map and hash set using robin hood hashing
milianw/rowan
milianw/slint
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
milianw/unicode_view
Playground repo for unicode view
milianw/Vc
SIMD Vector Classes for C++