Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

google-perftools

Compare

  Analyzed about 4 hours ago

These tools are for use by developers so that they can create more robust applications. Especially of use to those developing multi-threaded applications in C++ with templates. Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler. Recent news: 20 January 2010I've just released ... [More] perftools 1.5 This version has a slew of changes, leading to somewhat faster performance and improvements in portability. It adds features like ITIMER_REAL support to the cpu profiler, and tc_set_new_mode to mimic the windows function of the same name. Full details are in the Changelog. 11 September 2009I've just released perftools 1.4 The major change this release is the addition of a debugging malloc library! If you link with libtcmalloc_debug.so instead of libtcmalloc.so (and likewise for the minimal variants) you'll get a debugging malloc, which will catch double-frees, writes to freed data, free/delete and delete/delete[] mismatches, and even (optionally) writes past the end of an allocated block. We plan to do more with this library in the future, including supporting it on Windows, and adding the ability to use the debugging library with your default malloc in addition to using it with tcmalloc. There are also the usual complement of bug fixes, documented in the ChangeLog, and a few minor user-tunable knobs added to components like the system allocator. 9 June 2009I've just released perftools 1.3 Like 1.2, this has a variety of bug fixes, especially related to the Windows build. One of my bugfixes is to undo the weird ld -r fix to .a files that I introduced in perftools 1.2: it caused problems on too many platforms. I've reverted back to normal .a files. To work around the original problem that prompted the ld -r fix, I now provide libtcmalloc_and_profiler.a, for folks who want to link in both. The most interesting API change is that I now not only override malloc/free/etc, I also expose them via a unique set of symbols: tc_malloc/tc_free/etc. This enables clients to write their own memory wrappers that use tcmalloc: void* malloc(size_t size) { void* r = tc_malloc(size); Log(r); return r; }17 April 2009I've just released perftools 1.2. This is mostly a bugfix release. The major change is internal: I have a new system for creating packages, which allows me to create 64-bit packages. (I still don't do that for perftools, because there is still no great 64-bit solution, with libunwind still giving problems and --disable-frame-pointers not practical in every environment.) Another interesting change involves Windows: a new patch allows users to choose to override malloc/free/etc on Windows rather than patching, as is done now. This can be used to create custom CRTs. My fix for this bug involving static linking ended up being to make libtcmalloc.a and libperftools.a a big .o file, rather than a true ar archive. This should not yield any problems in practice -- in fact, it should be better, since the heap profiler, leak checker, and cpu profiler will now all work even with the static libraries -- but if you find it does, please file a bug report. Finally, the profile_handler_unittest provided in the perftools testsuite (new in this release) is failing on FreeBSD. The end-to-end test that uses the profile-handler is passing, so I suspect the problem may be with the test, not the perftools code itself. However, I do not know enough about how itimers work on FreeBSD to be able to debug it. If you can figure it out, please let me know! 11 March 2009I've just released perftools 1.1! It has many changes since perftools 1.0 including Faster performance due to dynamically sized thread caches Better heap-sampling for more realistic profiles Improved support on Windows (MSVC 7.1 and cygwin) Better stacktraces in linux (using VDSO) Many bug fixes and feature requests Note: if you use the CPU-profiler with applications that fork without doing an exec right afterwards, please see the README. Recent testing has shown that profiles are unreliable in that case. The problem has existed since the first release of perftools. We expect to have a fix for perftools 1.2. For more details, see issue 105. Everyone who uses perftools 1.0 is encouraged to upgrade to perftools 1.1. If you see any problems with the new release, please file a bug report at http://code.google.com/p/google-perftools/issues/list. Enjoy! [Less]

103K lines of code

8 current contributors

10 days since last commit

7 users on Open Hub

High Activity
0.0
 
I Use This
Tags google

Google Sitemaps Generator for WordPress

Compare

  Analyzed 1 day ago

6.78K lines of code

1 current contributors

10 days since last commit

6 users on Open Hub

Very Low Activity
4.33333
   
I Use This

Wappalyzer

Compare

  No analysis available

Wappalyzer uncovers the technologies used on websites. It detects content management systems, ecommerce platforms, web servers, JavaScript frameworks, analytics tools and many more.

0 lines of code

118 current contributors

0 since last commit

5 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: mit

Native Client

Compare

  No analysis available

Native Client is an open-source technology for running native code in web applications, with the goal of maintaining the browser neutrality, OS portability, and safety that people expect from web apps. We've released this project at an early stage to get feedback from the open-source community. We ... [More] believe that Native Client technology will help web developers to create richer and more dynamic browser-based applications. Native Client runs on 32-bit x86 systems that use Windows, Vista, Mac OS X, or Linux. Some ARM and x86-64 support is implemented in the source base, and we hope to make it available for application developers later this year. How to get involvedYou can help make Native Client as secure and useful as possible. Here's how: Download the Native Client distr [Less]

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: bsd

Chrome Privacy Guard

Compare

  Analyzed about 22 hours ago

Chrome Privacy Guard is a small tool that automatically deletes the unique Client ID before each run of Google Chrome. This tool scans the "Local State" file inside the Chrome directory, removes all Client ID related info and automatically starts Chrome.

178 lines of code

0 current contributors

over 15 years since last commit

4 users on Open Hub

Inactive
5.0
 
I Use This

Melange - Spice of Creation

Compare

  No analysis available

Melange, the Spice of CreationThe goal of this project is to create a framework for representing Open Source contribution workflows, such as the existing Google Summer of Code TM (GSoC) program. Using this framework, it will be possible to host future Google Summer of Code programs (and other ... [More] similar programs, such as the Google Highly Open Participation TM Contest, or GHOP) on Google App Engine. If you are interested in participating, check out our GettingStarted guide. If you would like to keep up with what is going on with Melange development, you can subscribe to the updates feed. [Less]

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: apache_2

HybridAuth

Compare

  Analyzed about 24 hours ago

HybridAuth enable developers to easily build social applications and tools to engage websites vistors and customers on a social level by implementing social signin, social sharing, users profiles, friends list, activities stream, status updates and more. The main goal of HybridAuth is to act as ... [More] an abstract api between your application and various social apis and identities providers such as Facebook, Twitter, MySpace and Google. [Less]

6.73K lines of code

22 current contributors

4 months since last commit

3 users on Open Hub

Very Low Activity
0.0
 
I Use This
Licenses: gpl3_or_l..., mit

sfEasyGMapPlugin

Compare

  Analyzed about 5 hours ago

The sfEasyGMap plugin provides helpers and an objet-oriented PHP abstraction to the Google Maps API to ease the process of adding a Google Map and customising it in your symfony projects.

4.52K lines of code

0 current contributors

over 12 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

TouchGraph

Compare

  Analyzed about 1 hour ago

TouchGraph is a set of interfaces for graph visualization using spring-layout and focus+context techniques. Current applications include a utility for organizing links, a visual Wiki Browser, and a Google Graph Browser which uses the Google API.

3.73K lines of code

0 current contributors

almost 22 years since last commit

3 users on Open Hub

Inactive
4.0
   
I Use This
Licenses: Closed_Li..., Proprietary

libgdata

Compare

  No analysis available

libgdata is a GLib-based library for accessing online service APIs using the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support.

0 lines of code

0 current contributors

0 since last commit

3 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl