Showing 56 open source projects for "c-bus"

View related business solutions
  • Manage your fitness club more efficiently and keep your members engaged Icon
    Manage your fitness club more efficiently and keep your members engaged

    Gym managers and businesses in search of a gym management solution to handle all their fitness management needs and requirements

    An all-in-one cloud-based management solution for a variety of health and fitness centers, Shapenet delivers a full suite of integrated technology solutions.
    Learn More
  • Taking the Paper Out of Work Icon
    Taking the Paper Out of Work

    For organizations that need powerful ECM and document automation software

    The Square 9 AI-powered intelligent document processing platform takes the paper out of work and makes it easier to get things done with digital workflows.
    Learn More
  • 1

    GPerftools

    Fast, multi-threaded malloc() and nifty performance analysis tools

    GPerftools (formerly Google Performance Tools) is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools useful for creating more robust applications. These tools can be especially useful when developing multi-threaded applications in C++ with templates. Among these tools are TCMalloc, a thread-friendly heap-checker, heap-profiler and cpu-profiler.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    Cinemagoer

    Cinemagoer

    Python package to retrieve and manage data of the IMDb

    Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies. Platform-independent, it can retrieve data from both the IMDb's web server and a local copy of the whole db.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Developer tool for automatic runtime tracing software errors with various resources. Number of resources virtually unlimited.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4

    qlogtimeliner

    Your application log analysis tool.

    This tool helps with analysis multithreaded logs by visualising log events on a timeline. It is user responsibility to create rules for log parsing in actionscript (like JavaScript) You need to have latest Qt sdk installed in order to build it from source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The presentation productivity platform for enterprise teams Icon
    The presentation productivity platform for enterprise teams

    For Enterprise teams and companies seeking a solution to create presentations and improve communication productivity

    Our AI-powered platform supercharges presentation productivity by combining audience empathy, business understanding, and eye-catching design. Members have cut down 60% of their costs and gain back 70% of their time by building better slides with Prezent.
    Learn More
  • 5

    Open|SpeedShop

    Open|SpeedShop is an open source multi platform Linux performance tool

    Open|SpeedShop is an open source multi platform Linux performance tool which is targeted to support performance analysis of applications running on both single node and large scale IA64, IA32, EM64T, AMD64, PPC, Blue Gene, ARM and Cray platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    "Your Open Tools'n'Libraries" aim is to provide some nice features to your software at design and release states like trace/log and profiling/performance feedback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    videoLat

    videoLat

    Measure video delays

    VideoLat helps you measure latency of audio and video processing pipelines such as conferencing tools. NOTE: development of videoLat has moved to github. See http://www.videolat.org for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    mpiP is a lightweight profiling library for MPI applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Shiny is a lightning fast, fully documented & by-far-easiest-to-use C/C++/Lua profiler with no extensive surgery. Results are smoothed & shown in run-time as a call-tree or sorted-by-time. Output also renderable as graphs in Ogre3D or your custom engine
    Downloads: 2 This Week
    Last Update:
    See Project
  • Securden Password Vault Icon
    Securden Password Vault

    For IT Teams, CIO, CSO, Security Analysts

    Store, manage, and share passwords, files, SSH keys, and DevOps secrets among IT teams. Enforce password security best practices. Ensure compliance with industry standards using comprehensive audit trails.
    Learn More
  • 10
    SLOCCount is an easy-to-use tool that counts Source Lines of Code (SLOC). It auto-determines the language(s) (inc. C, C++, Ada, Assembly, shell, COBOL, C#, Fortran, Haskell, Java, LISP/Scheme, Perl, PHP, Python, Ruby, SQL). It also estimates cost & time.
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • 11
    A very simple implementation of C++ keyword sizeof for Java 5+. Developers can use it to know the real size of objects in memory.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    iostat

    iostat

    IO statistics for Unix like OSes

    iostat is a tool for the creation of IO statistics of precompiled binaries in Unix like systems (Linux/MacOS).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Graal Profiling Data Viewer
    Graal collects profiling information when interpreting Java Bytecode. This tool gives the user the ability to inspect these Graal internal datastructures easily. Installation instructions are provided in the wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Poor Man's Timing And Profiling

    Library tools to collect timing in Java, C, C++

    A collection of library code and tools for application execution profiling and performance testing. You can create stopwatches to time select portions of your code. You can measure differences (often to sub-millisecond accuracy) between clocks on different machines. You can log application events in a .csv format for subsequent analysis. You can also generate CPU loading logs in a .csv format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Memory Profiler for C

    Simple C library for helping writting code with no memory leaks

    Memory Profiler for C is a very simple C library for helping developers writting code which contains no memory leaks. It keeps track of all the allocated dynamic memory and allows for its printing. The source code is very simple and easily customizable.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    A Python programming environment providing memory sizing, profiling and analysis, and a specification language that can formally specify aspects of Python programs and generate tests and documentation from a common source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    .Net Memory Profiler

    .Net Memory Profiler

    .Net Memory Profiler is a single C# class that builds a tree of specified object's fields, their sub-fields and so on up to primitive types. And in the "Quick Watch" window of the Visual Studio you will be able to see the memory usage by each of those fields. For more details see screenshots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    QProf

    QProf is the visual tool for profiling text information.

    What is QProf ? QProf is a visual tool for developers, which displays the execution profiling output generated by code profilers. The output of profilers being usually difficult to read (beyond the flat profile information), QProf presents the information in list- or tree-views that make the information very easy to understand. This project was ported from KProf (Qt3/KDE) project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FunctionCheck is a profiler for C/C++ programs, based on gcc V4.6.3+. Features are flat profile, cycles detection, call-graph, MIN/MAX time in functions, memory profiling, profiling control at execution...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GBA Debugger for Mac OS X and GNUstep
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Autotuner

    Library for dynamic tuning of program parameters.

    Library for dynamic tuning of program parameters for best performance of program.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    IA-32/64 (x86) CPU Virtualization library.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    QuickProf is a simple runtime performance measurement tool for C++ code. It provides a rough performance estimate with minimal effort. This kind of feedback can be invaluable to developers who want to optimize performance where it matters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a simple C/C++ tool to exactly profile certain functions/blocks of code in a multithreaded application. In particular, this tool can be used to precisely measure overheads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A simple commandline tool that displays the timestamp in seconds, milliseconds and microseconds. Detailed information: http://sourceforge.net/apps/trac/sabali-timex/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next