Module specific tracing in a shared module environment

Information

  • Patent Grant
  • 9864672
  • Patent Number
    9,864,672
  • Date Filed
    Monday, March 14, 2016
    9 years ago
  • Date Issued
    Tuesday, January 9, 2018
    7 years ago
Abstract
Visualizing execution of an application in a trace coverage graph includes receiving module trace data gathered during execution of an executable module. The module trace data includes data representing sequences of execution between individual executable components. A trace coverage graph is generated and displayed from the module trace data. The trace coverage graph includes graph nodes that each correspond to a different executable component. The trace coverage graph also includes graph edges that each visually connects two of the graph nodes. Each graph edge visually indicates an amount of trace data present for the sequence of execution between the graph nodes that are connected by the graph edge. Thicker graph edges represent the presence of a larger amount of trace data, and thinner graph edges represent the presence of a lesser amount of trace data.
Description
BACKGROUND

Application tracing is one mechanism to understand and monitor an application. Tracing is a mechanism to collect data while the application executes. In some uses, application tracing may be used for monitoring the ongoing performance of an application. In other uses, application tracing may be used by a developer to understand an application, identify any problems, and improve the application.


In many computer languages and communities, some code may be distributed as modules, libraries, or other reusable components. These modules may be distributed as source code, intermediate code, executable code, or some other form, but may all share the characteristic that the modules may be reused by other programmers in many different applications.


SUMMARY

A module-specific tracing mechanism may trace the usage of a module on behalf of the module developer. The module may be used by multiple application developers, and the tracing system may collect and summarize data for the module in each of the different applications. The data may include usage data as well as performance data. Usage data may include anonymized data for each time the module may be invoked and called, and performance data may include the processing time, memory consumption, and other metrics. The module-specific tracing may be enabled or disabled by an application developer.


A tracing system may trace applications and their modules, and may make module-specific data available through various interfaces. The tracing system may collect tracer data while an application executes, and may preprocess the data into application-specific and module-specific databases. An analysis engine may further analyze and process these databases to create application-specific views and module-specific views into the data. The application-specific views may be intended for a developer of the application, while the module-specific views may have a public version accessible to everybody and a module developer version that may contain additional details that may be useful to the module developer.


A database of module performance may be generated by adding tracing components to applications, as well as by adding tracing components to modules themselves. Modules may be reusable code that may be made available for reuse across multiple applications. When tracing is performed on an application level, the data collected from each module may be summarized in module-specific databases. The module-specific databases may be public databases that may assist application developers in selecting modules for various tasks. The module-specific databases may include usage and performance data, as well as stability and robustness metrics, error logs, and analyses of similar modules. The database may be accessed through links in module description pages and repositories, as well as through a website or other repository.


This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.





BRIEF DESCRIPTION OF THE DRAWINGS

In the drawings,



FIG. 1 is a diagram illustration of an embodiment showing a system for tracing applications and modules.



FIG. 2 is a diagram illustration of an embodiment showing a network environment with devices that may collect and view application and module trace data.



FIG. 3 is a diagram illustration of an example embodiment showing a user interface for module trace data.



FIG. 4 is a diagram illustration of an embodiment showing an example trace coverage graph.



FIG. 5 is a diagram illustration of an embodiment showing an example module topology graph.



FIG. 6 is a flowchart illustration of an embodiment showing a method for creating applications.



FIG. 7 is a flowchart illustration of an embodiment showing a method for application execution with module tracing.



FIG. 8 is a flowchart illustration of an embodiment showing a method for application execution with application tracing.



FIG. 9 is a flowchart illustration of an embodiment showing a method for preprocessing tracer data.



FIG. 10 is a flowchart illustration of an embodiment showing a method for processing module trace data.



FIG. 11 is a flowchart illustration of an embodiment showing a method for processing requests for module data.





DETAILED DESCRIPTION

Module Specific Tracing System


A tracing system may collect data about modules that may be incorporated into multiple applications. The modules may be shared sets of code that may be distributed among developers, and the developers may select various modules to incorporate into their applications.


Some of the modules may incorporate a tracing mechanism, which may trace the operations of the module and store tracer data. The tracer data may include usage data, which may describe the number of uses, timestamps for uses, conditions under which the module was used, and other usage data. The tracer data may also include performance data, such as the amount of time taken to execute, amount of computational resources, memory resources, network resources, or other resources consumed during execution.


The module specific tracing system may consolidate the raw data for the module developer and for other users. Some embodiments may include a detailed view of the data for module developers and a less detailed view for other users. Module developers may use the tracer data to identify portions of the module that may be executing poorly or have some other issue. The other users may examine the module tracing data to determine a general notion of performance of the module and may use the tracing data as part of the criteria for comparing and selecting one module over another.


In one use scenario, a module developer may incorporate a tracing mechanism in the module. The tracing mechanism may operate within the confines of the module and only trace code within the module. In many cases, the tracing mechanism may be able to gather some metadata about the environment in which the module was executed.


The tracing mechanism may gather tracing data while the module executes in an application. The tracing mechanism may transmit the tracing data to a database for analysis. In many cases, the application developer may have an option to turn off the tracing mechanism or set various options for the tracing mechanism, even though the tracing mechanism may have been initially incorporated and configured by the module developer.


In the use scenario, the tracing mechanism may gather usage and performance data that the module developer may use to improve the module. These tracer data may help the module developer understand which portions of the module are used more frequently than others, which may help the module developer prioritize improving the most used portions. The tracer data may also help identify code that is less reliable than other code, and the data may be used to generate robustness or fragility measurements of individual functions.


In another use scenario, an application developer may access the module specific data to gauge whether or not to use the module in a particular application. The developer may have identified several modules that may serve a particular purpose, and then may use the tracer data as one metric to select between the modules. The application developer may investigate the module's reliability and robustness by viewing the performance and usage data.


Tracing System for Application and Module Tracing


A tracing system may provide tracing for applications and modules using similar techniques and mechanisms yet with some differences. The tracing system may gather tracing data while an application executes, and that data may be shared with the application developer, the module developer, and a wider audience of potential module users. In some cases, the wider audience may be public at large.


Each of the three audiences may have different uses for the tracer data and different security concerns. The application developer may view the application as a trade secret, and may not wish certain tracer information be shared outside of the team developing the application. The module developer may wish to collect data on how the module performed, but may not wish for some details of the operations be disclosed to the general public. The public at large may include developers who may be building their own applications, and these developers may wish to view the module specific data to determine whether or not the module is suited for their use.


The application developer may request tracing be performed on their application. Such tracing data may include tracing information that may be proprietary, such as the values of data elements handled by the application, the application architecture and function, source code of the application, and other information. Because the application developer may consider this as secret or proprietary, such information may be processed and stored in a database that may be separate from the data that may be shared with the module developer and the public at large.


The data collected for each module may be collected when the application is executed. As such, module-specific data collection may be a subset of the available data because the module-specific data may be shared with a module developer who may be another party other than the application development team. In some cases, the module developer may be a third party who may create and disseminate a module without knowing who may use the module in their application.


The module-specific data may be collected as part of executing an application, but only those subsets of data that the application developer may permit to be collected may actually be collected. In many cases, the application developer may have a set of configuration settings that may enable or disable certain types of data to be collected. In some cases, certain data elements may not be collected at all for module-specific tracing.


In some cases, an application developer may disable or not install application-level tracing but may permit a module developer to collect tracer data as a module executes within the application. In such situations, an application may execute without tracing, but when the module is executed, the tracing may occur only within the module. Such module-specific tracing may be processed and made available to the module developer and, in some cases, a wider audience. In such cases, the module-specific tracing may be much more limited in scope than if the application developer had enabled tracing for the entire application.


When an application developer enables tracing for an entire application and permits tracing for individual modules, the application developer may be able to view a complete set of the data relating to each module, with a subset of the data being transmitted and processed in the module-specific manner. In such a situation, the application developer may have access to a superset of data for a specific module than the module developer would be able to access.


Module Database with Tracing Options


A module database may use tracing data to decorate descriptions of modules. The module database may list various modules that may be incorporated into applications. The decorations may include performance and usage data, as well as summaries and other data that may be useful for evaluating modules and comparing modules against each other.


The module database may be constructed by analyzing tracer data gathered while an application executes a module. A tracer may gather performance and usage data for the module during execution, and these data may be aggregated, summarized, and displayed for a user to browse.


The tracer data may include actual usage of the module by third parties, as well as the manners in which the module was incorporated into various applications. The application developers may select and use a module but may only exercise a subset of the module's functionality. In many cases, a module may have many different functions, methods, objects, or other components, yet an application developer may use one a small subset of the components.


The third party usage may be gathered when the application is used by an end user. For example, an application may consist of an app that runs on a mobile device along with a backend component that executes on a server in a datacenter. The end user may exercise the application in many different manners, some of which may exercise the module and some which may not.


The usage data may reflect the popularity and usefulness of the various components of the module. When these data may be presented to the module developer or to other application developers, the data may be arranged as a popularity score or percentage.


The usage data may be tracked over time to determine which applications continue to use the module and which modules are being included and removed from various applications. In many cases, an application developer may select a module, use the module for a short period of time, then switch to another module. In such a situation, the application developer made a conscious decision to switch from one module to another, indicating the application developer's preference for the second module over the first. This preference may be valuable to another application developer who may be considering the use of the first module.


The performance data for the various functions or components within the module may be used to develop a reliability or robustness metric for each function. The reliability or robustness metric may be an indicator of how fragile a function may be, and may be useful for an application developer when selecting specific functions for incorporation in their application. The reliability or robustness metric may be based on the variance of performance metrics or other factors.


The module database may include graphical or other indicators of the architecture of the module. In many cases, a module may include several other modules, each of which may be invoked when an application executes. Such complex interactions may not be readily apparent from reading the source code or from other sources. The graphical representation of the module may give an application developer a visual indication of the complexity of the module and the various dependencies.


The module database may roll up or aggregate various metrics about the dependencies of a module to generate data for a given module. The various use and performance data of the modules may be apportioned to the various modules that actually perform the underlying functions. For example, a module may call a second module to perform certain tasks, and one of those tasks may be performed by a third module. In such a case, the first module's function may be displayed along with the second and third module's functions and the data collected from each of the dependencies.


Throughout this specification and claims, the term “module” is used to define a group of reusable code that may be incorporated into an application. A module may be known as a ‘library’, ‘subroutine’, or some other notion. For the purposes of this specification and claims, these terms are considered synonymous.


The “module” may be code that is arranged in a way that multiple applications may access the code, even though the applications may have no connection with each other. In general, a “module” may be code that is configured to be reused. In some cases, a module may be reused within the scope of a large application, while in other cases, the module may be shared to other application developers who may use the module in disparate and unconnected applications.


Many programming languages and paradigms have a notion of a “module” or library, where the module may have a defined interface through which an application may invoke and use the module. Some paradigms may allow a programmer to incorporate a module in a static manner, such that the module code does not further change after the application is written and deployed. Some paradigms may allow for dynamic libraries, which may be loaded and invoked at runtime or even after execution has begun. The dynamic libraries may be updated and changed after the application may have been distributed, yet the manner of invoking the libraries or modules may remain the same.


Modules may be distributed in source code, intermediate code, executable code, or in some other form. In some cases, modules may be services that may be invoked through an application programming interface.


Throughout this specification and claims, the terms “profiler”, “tracer”, and “instrumentation” are used interchangeably. These terms refer to any mechanism that may collect data when an application is executed. In a classic definition, “instrumentation” may refer to stubs, hooks, or other data collection mechanisms that may be inserted into executable code and thereby change the executable code, whereas “profiler” or “tracer” may classically refer to data collection mechanisms that may not change the executable code. The use of any of these terms and their derivatives may implicate or imply the other. For example, data collection using a “tracer” may be performed using non-contact data collection in the classic sense of a “tracer” as well as data collection using the classic definition of “instrumentation” where the executable code may be changed. Similarly, data collected through “instrumentation” may include data collection using non-contact data collection mechanisms.


Further, data collected through “profiling”, “tracing”, and “instrumentation” may include any type of data that may be collected, including performance related data such as processing times, throughput, performance counters, and the like. The collected data may include function names, parameters passed, memory object names and contents, messages passed, message contents, registry settings, register contents, error flags, interrupts, or any other parameter or other collectable data regarding an application being traced.


Throughout this specification and claims, the term “execution environment” may be used to refer to any type of supporting software used to execute an application. An example of an execution environment is an operating system. In some illustrations, an “execution environment” may be shown separately from an operating system. This may be to illustrate a virtual machine, such as a process virtual machine, that provides various support functions for an application. In other embodiments, a virtual machine may be a system virtual machine that may include its own internal operating system and may simulate an entire computer system. Throughout this specification and claims, the term “execution environment” includes operating systems and other systems that may or may not have readily identifiable “virtual machines” or other supporting software.


Throughout this specification and claims, the term “application” is used to refer to any combination of software and hardware products that may perform a desired function. In some cases, an application may be a single software program that operates with a hardware platform. Some applications may use multiple software components, each of which may be written in a different language or may execute within different hardware or software execution environments. In some cases, such applications may be dispersed across multiple devices and may use software and hardware components that may be connected by a network or other communications system.


Throughout this specification, like reference numbers signify the same elements throughout the description of the figures.


In the specification and claims, references to “a processor” include multiple processors. In some cases, a process that may be performed by “a processor” may be actually performed by multiple processors on the same device or on different devices. For the purposes of this specification and claims, any reference to “a processor” shall include multiple processors which may be on the same device or different devices, unless expressly specified otherwise.


When elements are referred to as being “connected” or “coupled,” the elements can be directly connected or coupled together or one or more intervening elements may also be present. In contrast, when elements are referred to as being “directly connected” or “directly coupled,” there are no intervening elements present.


The subject matter may be embodied as devices, systems, methods, and/or computer program products. Accordingly, some or all of the subject matter may be embodied in hardware and/or in software (including firmware, resident software, micro-code, state machines, gate arrays, etc.) Furthermore, the subject matter may take the form of a computer program product on a computer-usable or computer-readable storage medium having computer-usable or computer-readable program code embodied in the medium for use by or in connection with an instruction execution system. In the context of this document, a computer-usable or computer-readable medium may be any medium that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.


The computer-usable or computer-readable medium may be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. By way of example, and not limitation, computer readable media may comprise computer storage media and communication media.


Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by an instruction execution system. Note that the computer-usable or computer-readable medium could be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via, for instance, optical scanning of the paper or other medium, then compiled, interpreted, of otherwise processed in a suitable manner, if necessary, and then stored in a computer memory.


When the subject matter is embodied in the general context of computer-executable instructions, the embodiment may comprise program modules, executed by one or more systems, computers, or other devices. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. Typically, the functionality of the program modules may be combined or distributed as desired in various embodiments.



FIG. 1 is an illustration of an example embodiment 100 showing a tracer data collection system. Embodiment 100 may be an overview of a process that collects tracer data from an application. The tracer data may fall into application-specific or module-specific classifications, and may be handled differently based on the classification.


A tracer may be incorporated into individual modules or an application as a whole. The tracer output may be used to populate a module database, which may be used by application developers to evaluate, compare, and select modules for their application. The module database may include records for each module for which the tracing system has gathered data.


In some use cases, a module developer may incorporate a tracing mechanism into a module. In such a case, each time the module is incorporated into an application and executed, the embedded tracer may collect data for that module. Unless the tracer is configured otherwise, the tracer may gather data for that module but not for the remainder of the application.


The tracer data may be accessed in multiple manners. Module developers may access tracer data for their modules and view more detailed tracer data than the general public, which may have access to a subset of the tracer data for the module. Application developers may access application-specific data, which may be more detailed than the data available to the module developers or the general public.


As described above, the three classes of audiences may have different uses of the data and different security concerns. For the application developer, the application may be a proprietary project that may include trade secrets or other information that the application developer may not wish to share. This application-specific data may include, for example, the control and sequence of the application, data types handled by the application, the raw data processed by the application, and other information that may be proprietary. As such, the application-specific data may be stored in a separate database than module-specific data and access to the application-specific data may be limited to authorized users.


In many cases, the module developer may have created and distributed a module so that application developers may reuse the module. Module developers may be commercial software companies as well as open source software developers. Such developers may desire to see their modules in use, either for commercial purposes or for the satisfaction of contributing to the community.


The tracer data that may be collected from an application but made available to the module developers may be sanitized, anonymized, or otherwise scrubbed to remove proprietary information from the data. Such operations may limit the application-specific information in the module traces, but may enable the module developer to have access to the module specific data.


A module developer may access module-specific data to monitor the deployment and use of the module, as well as to identify performance issues with the module. The module-specific data may also be made available to a wider audience, such as the general public. The general public may make use of the module-specific data to compare and select modules.


A module developer 102 may contribute modules 104, which may be used by an application developer 106 to build an application 108. A tracing module 110 may be incorporated into individual modules 104 or into the application 108. When a tracing module 110 is incorporated into one or more modules 104, those modules may be traced. When a tracing module 110 is incorporated into the application 108, all of the application 108 may be traced, including any modules included in the application 108.


The application 108 may be executed in an execution environment 112. During execution, a tracer 114 may gather data, which may be passed to a preprocessor 116. In many cases, the tracer 114 may gather data and transmit those data to the preprocessor 116 on a periodic basis.


The preprocessor 116 may perform lightweight analyses, formatting, or other processing, then store application-specific data in an application database 118 and module-specific data in various module databases 120. In many cases, the module databases 120 may be configured with a separate database for each module that may be traced.


An analysis engine 122 may perform further analysis of the stored data to produce analyzed application data 124 or analyzed module data 126, respectively. The analysis engine 122 may perform many different types of analyses, including analyzing historical data, summarizing usage and performance statistics, graphing and charting data, and other analyses. In some cases, the analysis engine 122 may perform analyses on demand, meaning that some analyses may be performed when the analyzed data may be requested. In other cases, the analysis engine 122 may perform analyses ahead of time so that the analyzed data may be readily available when requested.


A module developer 102 may have private access 130 to the analyzed module data 128. The module developer's private access of the module-specific data may include details about performance and usage. In contrast, an application developer 106 may have public access 132 to the analyzed module data 128, which may contain fewer details and only a subset of the data available through the private access 130 of the module developer 102.


The public access 132 may include summaries of the tracer data collected for the module, including performance and usage statistics. An example of such a user interface may be found later in this specification.


An application developer 106 may have private access 126 to the analyzed application data 124. This access may include extensive data regarding the performance of the application as a whole, including the performance of the various modules. In some cases, the application developer 106 may be able to access more data or a different set of data than a module developer 104. For example, an application developer 106 may be able to access parameter values passed to a module, where the parameter values may be proprietary and not available to the module developer 104.


The application developer 106 may have control over which types of data may be made available to the module databases 120. For example, the application developer 106 may fully turn off any sharing of the module-specific data, but such data may still be collected, stored, and made available through the private access 126 of the application developer 106.


The application developer 106 may place various limits on the data that may be shared in the module databases. For example, the application developer 106 may permit usage statistics to be collected, but may not permit values of variables to be collected. The application developer 106 may establish that the data may be obfuscated or anonymized prior to being included in the module databases 120.



FIG. 2 is a diagram of an embodiment 200 showing components that may collect data when an application executes and present various user interfaces showing the collected data. The example of embodiment 200 is merely one example of a multi-device system that may generate and view tracer data. Other architectures may include single device and multiple device architectures.


The architecture of embodiment 200 includes a device 202 on which the tracer data may be collected, as well as several other devices for storing and processing different elements of the collected data. A client device may present and view the collected data. In other embodiments, some or all of the functions illustrated may be combined into one or more devices.


The diagram of FIG. 2 illustrates functional components of a system. In some cases, the component may be a hardware component, a software component, or a combination of hardware and software. Some of the components may be application level software, while other components may be execution environment level components. In some cases, the connection of one component to another may be a close connection where two or more components are operating on a single hardware platform. In other cases, the connections may be made over network connections spanning long distances. Each embodiment may use different hardware, software, and interconnection architectures to achieve the functions described.


Embodiment 200 illustrates a device 202 that may have a hardware platform 204 and various software components. The device 202 as illustrated represents a conventional computing device, although other embodiments may have different configurations, architectures, or components.


In many embodiments, the device 202 may be a server computer. In some embodiments, the device 202 may still also be a desktop computer, laptop computer, netbook computer, tablet or slate computer, wireless handset, cellular telephone, game console or any other type of computing device.


The hardware platform 204 may include a processor 208, random access memory 210, and nonvolatile storage 212. The hardware platform 204 may also include a user interface 214 and network interface 216.


The random access memory 210 may be storage that contains data objects and executable code that can be quickly accessed by the processors 208. In many embodiments, the random access memory 210 may have a high-speed bus connecting the memory 210 to the processors 208.


The nonvolatile storage 212 may be storage that persists after the device 202 is shut down. The nonvolatile storage 212 may be any type of storage device, including hard disk, solid state memory devices, magnetic tape, optical storage, or other type of storage. The nonvolatile storage 212 may be read only or read/write capable. In some embodiments, the nonvolatile storage 212 may be cloud based, network storage, or other storage that may be accessed over a network connection.


The user interface 214 may be any type of hardware capable of displaying output and receiving input from a user. In many cases, the output display may be a graphical display monitor, although output devices may include lights and other visual output, audio output, kinetic actuator output, as well as other output devices. Conventional input devices may include keyboards and pointing devices such as a mouse, stylus, trackball, or other pointing device. Other input devices may include various sensors, including biometric input devices, audio and video input devices, and other sensors.


The network interface 216 may be any type of connection to another computer. In many embodiments, the network interface 216 may be a wired Ethernet connection. Other embodiments may include wired or wireless connections over various communication protocols.


The software components 206 may include an operating system 218 on which various software components and services may operate. Depending on the embodiment, the application 222 may be executed in an operating system 218 or in an execution environment 220. An execution environment 220 may have memory management, process scheduling, and other components that may manage application execution in a similar manner to an operating system 218.


A tracing gatherer 224 may work with either the operating system 218 or execution environment 220. The tracing gatherer 224 may include a tracer 226 and a communications manager 228. The tracer 226 may monitor the operations of the application 222, while the communications manager 228 may transmit the tracer data to a preprocessor system 240.


The tracer 226 and communications manager 228 may be components of a tracer that may be included in the application 222. The application 222 may have a tracer 230 which may trace the entire application 222, including all of the modules 234. When a module developer wishes to trace their module, a tracer 236 may be included in the specific module 234 to be traced.


The application 222 may include a tracer configuration 232 which may define different parameters for the tracer. In some cases, the tracer configuration 232 may define which data elements may be collected, the precision of the data being collected, which data elements may be shared with module developers, and other items. In some cases, the tracer configuration 232 may define one configuration for one module and a different configuration for another module.


The communications manager 228 may package and transmit tracer data to a preprocessor system 240, which may be accessed over a network 238. The preprocessor system 240 may have a hardware platform 242, which may be similar to the hardware platform 204, and on which a preprocessor 244 may operate.


The preprocessor 244 may receive tracer data and perform some preliminary processing prior to storing the data in the application database server 246 or the module database server 254. In many cases, the preprocessor 244 may be designed to handle a high volume of tracer data.


The application database server 246 may have a hardware platform 248, which may be similar to the hardware platform 204, on which two databases may operate. An application database 250 may contain application-specific tracer data in raw or preprocessed form. An analyzed application database 252 may contain analyzed application data that may be ready for viewing by an application developer.


The module database server 254 may have a hardware platform 256, which may be similar to the hardware platform 204, on which two databases may operate. A module database 258 may contain module-specific tracer data in raw or preprocessed form. An analyzed module database 260 may contain analyzed module data that may be ready for viewing by a module developer or a third party.


An analysis system 262 may have a hardware platform 264, which may be similar to the hardware platform 204, on which an analysis engine 266 may execute. The analysis engine 266 may perform various analyses of the application tracer data or module tracer data. The analyses may include summarizing the data, combining the tracer data with other data sources, visualizing the data, or other operations on the data.


An access portal system 268 may have a hardware platform 270, which may be similar to the hardware platform 204, on which an access portal 272 may execute. The access portal 272 may be a web service or other application that may gather data from the analyzed application database 252 or the analyzed module database 260 for display on a client system 274. The access portal 272 may include authentication systems, user account and login systems, billing and accounting systems, and other functions.


The client system 274 may have a hardware platform 276, which may be similar to the hardware platform 204, on which a browser 278 may execute. The browser 278 may be used to access the access portal 272 and generate a user interface 280. The user interface 280 may be different based on the user and the user's credentials. For example, application developers may be able to view application data for their applications, as well as the module database for third party or general consumption. Similarly, a module developer may be able to see detailed module-specific data for their modules but not for other modules or for applications. A third party may be able to view module information permitted for general consumption but not be able to access application data or detailed module-specific data.



FIG. 3 is an example embodiment 300 showing a user interface for module trace data. Embodiment 300 is a user interface 302 that may be an example of a publically available module-specific user interface for a module named CONFIG.


The user interface 302 may represent the type of data that may be publically available after being gathered from a tracer. The tracer may be a module-specific tracer or may be an application-level tracer. The type of data illustrated in the example of embodiment 300 may be merely illustrative as possible types of data and possible methods for aggregating and displaying the data. Other embodiments may have different types of data and mechanisms for communicating the data.


A name 304 may identify the module as CONFIG. A set of summarized ratings 306 may give a user a high level summary of the module's reliability, popularity, and how the module is trending. Reliability may be a metric derived from usage and performance data that may reflect the robustness or fragility of the module as a whole.


Popularity may be a metric that reflects the community's usage of the module. In some cases, the popularity may reflect the module's popularity in comparison to the community as a whole, in comparison to comparable modules, or in some other context.


A trending indicator may indicate if the module is increasing or decreasing in overall popularity and robustness. If the module is being used less and less or if the subsequent releases of the module are poorer performing than previous releases, the trend indicator may be down. Conversely, if the module is gaining users and each release of the module increases reliability, the trend may be upwards.


The reliability, popularity, and trending indicators are merely three examples of high level summary indicators that may be useful for a user interface describing a particular module.


A set of dataset information 308 may display the quantity of data that may underlie the displayed data. In the example, the number of datasets analyzed may be 252,000 and the number of applications using the module may be 15,000. These numbers may lend credibility to the overall data, giving the views confidence that the performance and usage data are based on a statistically significant population of data.


A set of function-specific data 310 may show observations for individual functions within a module. Many modules may include multiple functions, objects, or other components, each of which may be called or invoked individually. In the example, lines 314, 316, 318, and 320 may illustrate summary data for config.foo, config.bar, config.baz, and config.qux, respectively.


The type of function-specific data may include a use percentage, which may indicate which of the functions are used the most. In the case of config.qux, the use percentage may be 0, which may occur when no trace data exists for the function. In one example of an analysis routine, the source code for the config module may be read to identify each of the available functions. The list of functions may be compared with the tracer data to generate some of the function specific data 310.


An error rate may be determined for each function, as well as the CPU consumption and memory consumption. The resource consumption of CPU and memory may be given as a mean with a standard deviation. The standard deviation may be one metric of a function's stability or reliance. A reliability score for the function may also be included. The reliability score may be determined using an algorithm or heuristic that may capture the variance in resource consumption.


A graph of usage trends 320 may be one mechanism that shows usage of the function over time. In the case of the graph of usage trends 320, the top portion 322 of the graph may show new applications that add the module, while the bottom portion 324 may show applications that no longer use the module.


In some cases, a module may be added to an application during an initial phase, then removed later when an application developer elects to change out the module for another one. This usage pattern is one mechanism that may indicate that the second module may be better suited for the application that the current module. When a tracing system can capture or infer such behavior, the desirability of the second module may be strongly indicated and the undesirability of the first module may also be strongly indicated. These types of patterns may be very valuable feedback that may be passed to the module developer who may investigate and improve their module, as well as an application developer who may be searching for a module.


The graph may be interactive, and an example interactive box 326 may be placed on the user interface when a user hovers or clicks on one of the bars in the graph. The interactive box 326 may show underlying data for the selected bar.


A coverage graph 328 may visually illustrate the components of the module for which trace data exists. An example of a coverage graph may be found later in this specification.


Similarly, a module topology graph 330 may visually illustrate the links between the current module and other modules that the current module may call. An example of a module topology graph may be found later in this specification.


A competing modules area 332 may list similar or competitive modules to the current module. The modules listed may have hot links, buttons, or other mechanisms that may cause the user interface to change to that module. The competing modules may include indicators showing the relative strength of the other modules, the module's trends, or some other indicators.



FIG. 4 is an example diagram of an embodiment 400 showing a trace coverage graph. The graph 402 may show various functions or components of a module as the nodes of the graph. The edges of the graph may reflect the connections or sequences of execution of the nodes, and may be drawn to reflect amount of data that were used to generate the coverage graph.


In many embodiments, each of the nodes of graph 402 may be labeled with references to the executable code represented by each of the nodes. For the sake of simplicity in the figure, such labels have been removed.


In the example of embodiment 400, nodes 404, 406, 408, and 410 may be connected with thick, heavy lines. Such lines may indicate that a large amount of trace data may be present for that sequence of execution. In contrast, the sequence of node 404, 412, 414, and 416 may have much less supporting data. In the case of nodes 418, 420, 422, and 424, the dashed lines may indicate that no trace data may be available. In such a case, the code associated with nodes 418, 420, 422, and 424 may never have been exercised by an application.


The graph 402 may be an interactive graph. As an example of an interaction, a user may hover, click, select, or otherwise indicate node 404 and an interactive component 426 may be displayed. The interactive component 426 may display additional underlying data about the node.



FIG. 5 is an example diagram of an embodiment 500 showing a module topology graph. The graph 502 may show a module and its dependencies, which may be other modules that may be included or called from the base module. The nodes of the graph may reflect the base module and its dependencies. The edges of the graph may reflect the connections or function calls to the dependent modules.


The graph 502 may be a visual image of the call structure of a module, and may be used to give a user a graphical view of the complexity and dependencies of a module.


A module config 504 may be illustrated as a shaded or highlighted node. This node may represent the base node for the graph. The nodes 506, 508, 510, 510, 512, 514, 516, and 518 may represent modules alpha, beta, gamma, delta, epsilon, zeta, and eta, respectively. The interconnections illustrate the function calls or other dependencies between modules.


In the example of embodiment 500, the module config 504 is shown to call node 510, module gamma, which in turn calls node 514, module epsilon. Module epsilon, node 514, calls modules zeta and eta, as represented by nodes 516 and 518. This structure may communicate to a viewer how module eta on node 518 relates to module config 514.



FIG. 6 is a flowchart illustration of an embodiment 600 showing a method for creating applications. Embodiment 600 illustrates a general method that an application developer may use to create an application that includes one or more modules or libraries.


A developer may begin coding an application block 602. While coding, the developer may identify a function in block 604 that may prompt a search in block 606 for modules that may perform the function. From the list of candidate modules in block 606, the developer may evaluate each candidate in block 608.


The developer may examine the module-specific trace data in block 610 for each of the candidate modules. An example of such data may be found in the user interface of embodiment 300. From these data, the developer may be able to select an appropriate module in block 612 and incorporate the module into the application in block 614.


If the module developer has added tracing in block 616, the application developer may be able to configure various tracing parameters for the module in block 618. The tracing parameters may allow the application developer to select different options for the tracer.


The tracing parameters may be configured in many different manners to allow the application developer to control how the module may be traced. The module tracing may be requested by a module developer to address specific goals that the module developer may have, yet the application developer may have the final approval and control over how the module tracing may occur. In many cases, the application developer may be able to completely disable tracing for the module, as well as to limit or expand some of the parameters that a tracer may collect.


The tracing frequency may be part of the tracer configuration. In many embodiments, tracing may consume processing and memory resources. As such, the tracing may be performed on a sampling basis or may have other architectures that limit the amount of resources consumed by tracing.


The application developer may be incented to permit tracing for the module because the module tracing data may be fed back to the module developer to help improve the module, as well as to further populate a public database for the module. At this point, the application developer may have already accessed the public database in block 610 and may wish to give back to the community by permitting the module tracing.


If the application developer identifies another function that may be implemented in a module in block 620, the process may return to block 604, otherwise the process may continue to block 622.


In block 622, the application developer may wish to add application specific tracing. If so, a tracing module may be added in block 624 and the application specific tracing may be configured in block 626.


The application developer may compile the code in block 628 and execute the code in block 630.



FIG. 7 is a flowchart illustration of an embodiment 700 showing a method for executing applications with module tracing.


Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.


Embodiment 700 illustrates how an application may be executed with module-specific tracing. The module-specific tracing may occur only when the module executes and may not operate when other portions of the application execute.


An application may be received in block 702 and begin execution in block 704. During execution, a module may be encountered in block 706. The module may be loaded in block 708 and begin execution in block 710.


If the module includes tracing in block 712, tracing may be turned on in block 714. The tracing may be performed by a separate thread or process, or may be incorporated into a single thread with the module itself. If the tracing is not included in the module, the tracing may not be turned on.


While the module executes in block 716, the module tracer operations in block 718 may be performed. The module tracer may collect tracing data in block 720 and send the tracer data to a preprocessor in block 722. In many embodiments, the tracer data may be sent to the preprocessor on a periodic basis, such as every second, every several seconds, every minute, or some other frequency.


The module processing may continue in block 724 by looping back to block 716. When the module is complete in block 724, processing may continue to block 726. When another module is encountered in block 726, the process may loop back to block 706. When processing is complete, the application may end in block 728.



FIG. 8 is a flowchart illustration of an embodiment 800 showing a method for executing applications with both application and module tracing.


Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.


Embodiment 800 illustrates how an application may be executed with application-specific and module-specific tracing. Application-specific tracing may occur while the application executes, and module-specific tracing may occur while various modules execute. Embodiment 800 may be compared to embodiment 700 where module-specific tracing may occur without application-specific tracing.


An application may be received in block 802 and begin execution in block 804. When the application includes tracing in block 806, application tracing may begin in block 808. The operations of the tracer may be illustrated in block 810.


The application may be executed in block 814. While the application executes in block 814, the tracer may collect application-specific tracer data in block 812.


When the application encounters a module in block 816, the module may be executed in block 818. While the module executes in block 818, the tracer may collect tracer data in block 820.


During the tracer operations of block 810, the tracer may send tracer data to a preprocessor in block 822. The tracer data may be transmitted on a periodic basis, for example.


As more code is to be executed in block 824, the process may loop back to block 814, otherwise the application may end in block 826.



FIG. 9 is a flowchart illustration of an embodiment 900 showing a method for preprocessing tracer data. Embodiment 900 may be performed to gather tracer data and dispatch the data to the appropriate databases. The data may be further processed and analyzed by an analysis engine once the data are in the databases.


Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.


Embodiment 900 is one example of a preprocessor. In many embodiments, the preprocessor may handle large volumes of data. Consequently, the preprocessor may perform a limited amount of analysis and may operate in a lightweight fashion. The operations of embodiment 900 may be performed on each packet or message sent from a tracer.


The trace data may be received in block 902. In many cases, the trace data may come in a packet, message, or other form that may contain a group of observations, metadata, and other information gathered by a tracer.


If the trace data is application trace data in block 904, the module-specific data may be extracted in block 906, anonymized in block 908, and sent to a module preprocessor in block 910. If the trace data is module trace data in block 904, the trace data is sent to the module preprocessor.


The extraction and anonymizing of module-specific data in blocks 906 and 908 may remove data that may identify the application, data handled by the application, or other information that may relate to the application. These data may, in some cases, be considered proprietary and therefore are removed prior to being added to the module database.


The operations of a module preprocessor are illustrated in block 912. An initial analysis of the module-specific data may be performed in block 914. The new data may be aggregated into existing module data in block 916, and the module database may be updated in block 918. The data in the module database may be further processed by an analysis engine to generate data viewable by the module developer as well as a wider audience, which may include the general public.


The application-specific data may be processed an application preprocessor as illustrated in block 920. An application preprocessor may perform initial analysis on the application data in block 922, aggregate the new data into existing application data in block 924, and update the application database in block 926.



FIG. 10 is a flowchart illustration of an embodiment 1000 showing a method for analyzing tracer data. Embodiment 1000 may be performed by an analysis engine to incorporate module trace data into an analyzed module database. From the analyzed module database, the data may be presented to a user with a user interface such as the user interface of embodiment 300.


Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.


Preprocessed trace data may be received in block 1002. The module metadata may be extracted from the data in block 1004.


If the module is not in the analyzed module database in block 1006, a process may be executed to add the module to the database beginning in block 1008.


In block 1008, an entry in the analyzed module database may be created. The source code for the module may be retrieved in block 1010 and parsed in block 1012 to locate the exported functions and other objects.


For each of the exported functions or other available objects in block 1014, the function or object may be added to the analyzed trace database in block 1016. The process may continue at block 1018.


If the module is in the database in block 1006, module level data elements may be extracted from the data in block 1018 and the analyzed module database may be updated in block 1020.


The functions or other objects in the data may be identified in block 1022. For each function in block 1024, the statistics relating to the function may be updated in block 1026 and the statistics used to update the analyzed module database in block 1028.


Any statistics for the module as a whole may be updated in block 1030 and the updates may be published in the analyzed module database in block 1032.



FIG. 11 is a flowchart illustration of an embodiment 1100 showing a method for servicing requests for data from analyzed trace data. Embodiment 1100 may be performed by a portal server in response to a request from a client device.


Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.


A request may be received in block 1102 for summary data for a particular module. If the user is not an authenticated user in block 1104, the general data for the module may be retrieved in block 1106 and transmitted to the user in block 1108. If the user is an authenticated user in block 1104, the module developer data may be retrieved in block 1110 and transmitted in block 1108.


In the example of embodiment 1100, the notion of the data being delivered as a ‘page’ may refer to an example the delivery of the data in the form of a web page. Some embodiments may transmit the data in other manners to be rendered or presented to a user in a user interface.


The foregoing description of the subject matter has been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the subject matter to the precise form disclosed, and other modifications and variations may be possible in light of the above teachings. The embodiment was chosen and described in order to best explain the principles of the invention and its practical application to thereby enable others skilled in the art to best utilize the invention in various embodiments and various modifications as are suited to the particular use contemplated. It is intended that the appended claims be construed to include other alternative embodiments except insofar as limited by the prior art.

Claims
  • 1. A computer system, comprising: one or more processors;a display device; andone or more hardware storage devices having stored thereon computer-executable instructions that are executable by the one or more processors to cause the computer system to visualize execution of an application in a trace coverage graph, the computer-executable instructions including instructions that are executable to cause the computer system to perform at least the following: receiving module trace data gathered during execution of an executable module that includes a plurality of executable components, wherein the module trace data includes data representing sequences of execution between individual executable components of the plurality of executable components during execution of the executable module;based on, at least in part, receiving the module trace data, generating a trace coverage graph for display at the display device, wherein the generated trace coverage graph includes: a plurality of different graph nodes, wherein each graph node of the plurality of different graph nodes corresponds to a different individual executable component selected from among the plurality of executable components; anda plurality of different graph edges, wherein each graph edge of the plurality of different graph edges visually connects two graph nodes of the plurality of different graph nodes of the generated trace coverage graph representing individual executable components of the plurality of executable components that were executed in sequence during execution of the executable module, wherein the thickness of each graph edge of the plurality of different graph edges visually indicates an amount of trace data present for a sequence of execution between the plurality of different graph nodes that are connected by the graph edge, wherein thicker graph edges represent the presence of a larger amount of trace data and thinner graph edges represent the presence of a lesser amount of trace data, wherein the thicker graph edges are heavier graph edges than the thinner graph edges, and wherein dashed graph edges represent the presence of no trace data, indicating that at least one graph node of the plurality of different graph nodes corresponds to an executable component of the plurality of executable components that was not executed during execution of the executable module; anddisplaying the generated trace coverage graph at the display device.
  • 2. The computer system of claim 1, wherein each graph node of the plurality of different graph nodes is labeled with a reference to executable code represented by the graph node.
  • 3. The computer system of claim 1, the computer-executable instructions also including instructions that are executable to cause the computer system to receive a user input selecting a graph node and to display additional underlying data about the selected graph node.
  • 4. The computer system of claim 1, wherein the generated trace coverage graph is displayed as part of a module-specific user interface for the executable module.
  • 5. The computer system of claim 4, wherein the module-specific user interface includes one or more module metrics, including one or more of: a reliability metric that reflects robustness or fragility of the executable module;a popularity metric that reflects usage of the executable module by a community; ora trending metric indicating if the executable module is increasing or decreasing in popularity.
  • 6. The computer system of claim 4, wherein the module-specific user interface indicates a quantity of the module trace data.
  • 7. The computer system of claim 4, wherein the module-specific user interface reflects observations for individual functions within the executable module.
  • 8. The computer system of claim 7, wherein the observations for the individual functions within the executable module include one or more of an error rate, processor consumption, or memory consumption for an individual function within the executable module.
  • 9. The computer system of claim 4, wherein the module-specific user interface graphs usage trends of the executable module over time.
  • 10. The computer system of claim 4, wherein the module-specific user interface includes a module topology graph that visually illustrates links between the executable module and one or more other modules that are called by the executable module.
  • 11. A method, implemented at a computer system that includes one or me processors, for visualizing execution of an application in a trace coverage graph, the method comprising: analyzing module trace data gathered during execution of an executable module that includes a plurality of executable components, wherein the module trace data includes data representing sequences of execution between individual executable components of the plurality of executable components during execution of the executable module;based on, at least in part, analyzing the module trace data, generating a trace coverage graph for display at a display device, wherein the generated trace coverage graph includes: a plurality of different graph nodes, wherein each graph node of the plurality of different graph nodes corresponds to a different individual executable component selected from among the plurality of executable components; anda plurality of different graph edges, wherein each graph edge of the plurality of different graph edges visually connects two graph nodes of the plurality of different graph nodes of the generated trace coverage graph representing individual executable components of the plurality of executable components that were executed in sequence during execution of the executable module, wherein the thickness of each graph edge of the plurality of different graph edges visually indicates an amount of trace data present for a sequence of execution between the plurality of different graph nodes that are connected by the graph edge, wherein thicker graph edges represent the presence of a larger amount of trace data and thinner graph edges represent the presence of a lesser amount of trace data, wherein the thicker graph edges are heavier graph edges than the thinner graph edges, and wherein dashed graph edges represent the presence of no trace data, indicating that at least one graph node of the plurality of different graph nodes corresponds to an executable component of the plurality of executable components that was not executed during execution of the executable module; anddisplaying the generated trace coverage graph at the display device.
  • 12. The method of claim 11, wherein each graph node of the plurality of different graph nodes is labeled with a reference to executable code represented by the graph node.
  • 13. The method of claim 11, further comprising receiving a user input selecting a graph node and displaying additional underlying data about the selected graph node.
  • 14. The method of claim 11, wherein the generated trace coverage graph is displayed as part of a module-specific user interface for the executable module.
  • 15. The method of claim 14, wherein the module-specific user interface includes one or more module metrics, including one or more of: a reliability metric that reflects robustness or fragility of the executable module;a popularity metric that reflects usage of the executable module by a community; ora trending metric indicating if the executable module is increasing or decreasing in popularity.
  • 16. The method of claim 14, wherein the module-specific user interface indicates a quantity of the module trace data.
  • 17. The method of claim 14, wherein the module-specific user interface reflects observations for individual functions within the executable module.
  • 18. The method of claim 17, wherein the observations for the individual functions within the executable module include one or more of an error rate, processor consumption, or memory consumption for an individual function within the executable module.
  • 19. The method of claim 14, wherein the module-specific user interface graphs usage trends of the executable module over time.
  • 20. The method of claim 14, wherein the module-specific user interface includes a module topology graph that visually illustrates links between the executable module and one or more other modules that are called by the executable module.
  • 21. A computer program product comprising one or more hardware storage devices having stored thereon computer-executable instructions that are executable by one or more processors of a computer system to cause the computer system to visualize execution of an application in a trace coverage graph, the computer-executable instructions including instructions that are executable to cause the computer system to perform at least the following: obtaining module trace data gathered during execution of an executable module that includes a plurality of executable components, wherein the module trace data includes data representing sequences of execution between individual executable components of the plurality of executable components during execution of the executable module;based on, at least in part, obtaining the module trace data, rendering a trace coverage graph for display at a display device, wherein the rendered trace coverage graph includes: a plurality of different graph nodes, wherein each graph node of the plurality of different graph nodes corresponds to a different individual executable component selected from among the plurality of executable components; anda plurality of different graph edges, wherein each graph edge of the plurality of different graph edges visually connects two graph nodes of the plurality of different graph nodes of the generated trace coverage graph representing individual executable components of the plurality of executable components that were executed in sequence during execution of the executable module, wherein the thickness of each graph edge of the plurality of different graph edges visually indicates an amount of trace data present for a sequence of execution between the plurality of different graph nodes that are connected by the graph edge, wherein thicker graph edges represent the presence of a larger amount of trace data and thinner graph edges represent the presence of a lesser amount of trace data, wherein the thicker graph edges are heavier graph edges than the thinner graph edges, and wherein dashed graph edges represent the presence of no trace data, indicating that at least one graph node of the plurality of different graph nodes corresponds to an executable component of the plurality of executable components that was not executed during execution of the executable module; anddisplaying the generated trace coverage graph at the display device.
  • 22. A computer system, comprising: one or more processors;a display device; andone or more hardware storage devices having stored thereon computer-executable instructions that are executable by the one or more processors to cause the computer system to visualize execution of an application in a trace coverage graph, the computer-executable instructions including instructions that are executable to cause the computer system to perform at least the following: executing an executable module at the one or more processors, including executing a plurality of executable components of the executable module at the one or more processors;while executing the executable module, gathering module trace data, including gathering data representing sequences of execution between individual executable components of the plurality of executable components; andbased on, at least in part, gathering the module trace data, generating a trace coverage graph for display at the display device, wherein the generated trace coverage graph includes: a plurality of different graph nodes, wherein each graph node of the plurality of different graph nodes corresponds to a different individual executable component selected from among the plurality of executable components; anda plurality of different graph edges, wherein each graph edge of the plurality of different graph edges visually connects two graph nodes of the plurality of different graph nodes of the generated trace coverage graph representing individual executable components of the plurality of executable components that were executed in sequence during execution of the executable module, wherein the thickness of each graph edge of the plurality of different graph edges visually indicates an amount of trace data present for a sequence of execution between the plurality of different graph nodes that are connected by the graph edge, wherein thicker graph edges represent the presence of a larger amount of trace data and thinner graph edges represent the presence of a lesser amount of trace data, wherein the thicker graph edges are heavier graph edges than the thinner graph edges, and wherein dashed graph edges represent the presence of no trace data, indicating that at least one graph node of the plurality of different graph nodes corresponds to an executable component of the plurality of executable components that was not executed during execution of the executable module; anddisplaying the generated trace coverage graph at the display device.
  • 23. The computer system of claim 22, wherein each graph node of the plurality of different graph nodes is labeled with a reference to executable code represented by the graph node.
  • 24. The computer system of claim 22, the computer-executable instructions also including instructions that are executable to cause the computer system to receive a user input selecting a graph node and to display additional underlying data about the selected graph node.
  • 25. The computer system of claim 22, wherein the generated trace coverage graph is displayed as part of a module-specific user interface for the executable module.
  • 26. The computer system of claim 25, wherein the module-specific user interface includes one or more module metrics, including one or more of: a reliability metric that reflects robustness or fragility of the executable module;a popularity metric that reflects usage of the executable module by a community; ora trending metric indicating if the executable module is increasing or decreasing in popularity.
  • 27. The computer system of claim 25, wherein the module-specific user interface indicates a quantity of the module trace data.
  • 28. The computer system of claim 25, wherein the module-specific user interface reflects observations for individual functions within the executable module.
  • 29. The computer system of claim 25, wherein the module-specific user interface graphs usage trends of the executable module over time.
  • 30. The computer system of claim 25, wherein the module-specific user interface includes a module topology graph that visually illustrates links between the executable module and one or more other modules that are called by the executable module.
CROSS REFERENCE TO RELATED APPLICATIONS

This application is a continuation of U.S. patent application Ser. No. 14/455,156 filed on Aug. 8, 2014, entitled “MODULE SPECIFIC TRACING IN A SHARED MODULE ENVIRONMENT,” which issued as U.S. Pat. No. 9,292,416 on Mar. 22, 2016, which claims the benefit of and priority to U.S. Provisional Patent Application Ser. No. 61/873,773 filed on Sep. 4, 2013 and entitled “MODULE SPECIFIC TRACING IN A SHARED MODULE ENVIRONMENT,” the entirety of each of which are incorporated herein by reference.

US Referenced Citations (659)
Number Name Date Kind
4907151 Bartlett Mar 1990 A
5293620 Barabash et al. Mar 1994 A
5327568 Maejima et al. Jul 1994 A
5369570 Parad Nov 1994 A
5535393 Reeve et al. Jul 1996 A
5606688 McNutt et al. Feb 1997 A
5642511 Chow et al. Jun 1997 A
5689363 Kleber et al. Nov 1997 A
5732277 Kodosky et al. Mar 1998 A
5740440 West Apr 1998 A
5758183 Scales May 1998 A
5778004 Jennion et al. Jul 1998 A
5835085 Eick et al. Nov 1998 A
5852449 Esslinger et al. Dec 1998 A
5870606 Lindsey Feb 1999 A
5937194 Sundaresan Aug 1999 A
5946488 Tanguay et al. Aug 1999 A
5953736 O'Connor et al. Sep 1999 A
5978830 Nakaya et al. Nov 1999 A
5999192 Selfridge et al. Dec 1999 A
6003143 Kim et al. Dec 1999 A
6026362 Kim et al. Feb 2000 A
6032201 Tillery et al. Feb 2000 A
6038395 Chow et al. Mar 2000 A
6059842 Dumarot et al. May 2000 A
6083281 Diec Jul 2000 A
6108340 Rolfe Aug 2000 A
6158049 Goodwin Dec 2000 A
6195676 Spix et al. Feb 2001 B1
6202199 Wygodny et al. Mar 2001 B1
6219826 De Pauw et al. Apr 2001 B1
6226787 Serra et al. May 2001 B1
6230313 Callahan May 2001 B1
6243857 Logan et al. Jun 2001 B1
6266804 Isman Jul 2001 B1
6282701 Wygodny et al. Aug 2001 B1
6286130 Poulsen Sep 2001 B1
6321204 Kazami et al. Nov 2001 B1
6321240 Chilimbi et al. Nov 2001 B1
6374271 Shimizu Apr 2002 B1
6381735 Hunt Apr 2002 B1
6584487 Saboff Jun 2003 B1
6598141 Dussud et al. Jul 2003 B1
6629128 Glass Sep 2003 B1
6661431 Stuart Dec 2003 B1
6662358 Berry et al. Dec 2003 B1
6681384 Bates et al. Jan 2004 B1
6735687 Kok May 2004 B1
6742003 Heckerman et al. May 2004 B2
6748420 Quatrano et al. Jun 2004 B1
6748585 Proebsting Jun 2004 B2
6754890 Berry et al. Jun 2004 B1
6775423 Kulkarni Aug 2004 B2
6792460 Oulu Sep 2004 B2
6792595 Storistenau et al. Sep 2004 B1
6826752 Thornley et al. Nov 2004 B1
6856950 Abts et al. Feb 2005 B1
6862727 Stevens Mar 2005 B2
6892226 Tso et al. May 2005 B1
6928488 De Jong et al. Aug 2005 B1
6938186 Das et al. Aug 2005 B2
6970805 Bierma et al. Nov 2005 B1
6981265 Rees et al. Dec 2005 B1
7058928 Wygodny et al. Jun 2006 B2
7065763 Martin et al. Jun 2006 B1
7093234 Hibbeler et al. Aug 2006 B2
7117504 Smith et al. Oct 2006 B2
7120901 Ferri et al. Oct 2006 B2
7143412 Koenen Nov 2006 B2
7168068 Dawson Jan 2007 B2
7174536 Kothari et al. Feb 2007 B1
7185367 Munson Feb 2007 B2
7194664 Fung et al. Mar 2007 B1
7203925 Michael et al. Apr 2007 B1
7219300 Arquie May 2007 B2
7386839 Golender et al. Jun 2008 B1
7389494 Cantrill Jun 2008 B1
7430733 Yaari Sep 2008 B1
7468727 Wong Dec 2008 B2
7472378 Bennett Dec 2008 B2
7478371 Gove Jan 2009 B1
7493400 Loaiza Feb 2009 B2
7500216 Blunno et al. Mar 2009 B1
7509343 Washburn Mar 2009 B1
7543281 King et al. Jun 2009 B2
7574675 Linker Aug 2009 B1
7580905 Lopez-Estrada Aug 2009 B2
7607169 Njemanze et al. Oct 2009 B1
7620947 Krishnaswamy Nov 2009 B2
7624380 Okada Nov 2009 B2
7639256 Yablonski Dec 2009 B1
7650574 Nattinger Jan 2010 B2
7657873 Horton et al. Feb 2010 B2
7681182 Mistry et al. Mar 2010 B1
7681188 Tirumalai et al. Mar 2010 B1
7685561 Deem et al. Mar 2010 B2
7739667 Callahan et al. Jun 2010 B2
7743380 Seidman et al. Jun 2010 B2
7788640 Grimaldi Aug 2010 B2
7797585 Sahin et al. Sep 2010 B1
7814453 Stevens et al. Oct 2010 B2
7827539 Wygodny et al. Nov 2010 B1
7853930 Mitchell et al. Dec 2010 B2
7865872 Chamieh et al. Jan 2011 B2
7870244 Chong et al. Jan 2011 B2
7890771 England et al. Feb 2011 B2
7954094 Cascaval et al. May 2011 B2
7954095 Archer et al. May 2011 B2
7971010 Schmelter et al. Jun 2011 B2
8024708 Demetriou Sep 2011 B2
8032866 Golender et al. Oct 2011 B1
8037465 Tian Oct 2011 B2
8056059 Chockler Nov 2011 B2
8069145 Surtani Nov 2011 B2
8108689 Nicolson et al. Jan 2012 B2
8132162 Peterson Mar 2012 B2
8214806 Cong et al. Jul 2012 B2
8234105 Aldrich et al. Jul 2012 B1
8286142 Fjeldstad et al. Oct 2012 B2
8312056 Peng et al. Nov 2012 B1
8312435 Wygodny et al. Nov 2012 B2
8316354 Vanrenen Nov 2012 B2
8336056 Gadir Dec 2012 B1
8359584 Rao et al. Jan 2013 B2
8381178 Martino et al. Feb 2013 B2
8406565 Schildan Mar 2013 B1
8473925 Gagliardi et al. Jun 2013 B2
8490055 Basak Jul 2013 B2
8490087 Beaty et al. Jul 2013 B2
8495598 Gounares et al. Jul 2013 B2
8516443 Li Aug 2013 B2
8543907 Roskind Sep 2013 B1
8543983 Murthy Sep 2013 B2
8566800 Gagliardi Oct 2013 B2
8566804 Carrick et al. Oct 2013 B1
8572575 Berlyant et al. Oct 2013 B2
8595327 Lee et al. Nov 2013 B2
8595743 Gounares et al. Nov 2013 B2
8607018 Gounares et al. Dec 2013 B2
8615766 Gounares et al. Dec 2013 B2
8640100 Neumann et al. Jan 2014 B2
8640104 McEntee Jan 2014 B2
8645930 Lattner et al. Feb 2014 B2
8650538 Gounares et al. Feb 2014 B2
8656134 Gounares et al. Feb 2014 B2
8656135 Gounares et al. Feb 2014 B2
8656359 Savov Feb 2014 B2
8656378 Gounares et al. Feb 2014 B2
8681155 Basak Mar 2014 B2
8694574 Gounares et al. Apr 2014 B2
8700838 Gounares et al. Apr 2014 B2
8707326 Garrett Apr 2014 B2
8713064 Khafizov Apr 2014 B1
8726255 Gounares et al. May 2014 B2
8745591 De Smet et al. Jun 2014 B2
8745594 Iossiphidis Jun 2014 B1
8752021 Li et al. Jun 2014 B2
8752034 Gounares et al. Jun 2014 B2
8756581 Castanos et al. Jun 2014 B2
8789030 Gounares et al. Jul 2014 B2
8789032 Li et al. Jul 2014 B1
8793656 Huang Jul 2014 B2
8793669 Garrett Jul 2014 B2
8924941 Krajec et al. Dec 2014 B2
8943441 Patrick Jan 2015 B1
8997056 Li et al. Mar 2015 B2
9015668 Michelsen Apr 2015 B1
9203894 Ginzburg Dec 2015 B1
9497136 Ramarao Nov 2016 B1
20010003822 Hibi et al. Jun 2001 A1
20010034859 Swoboda Oct 2001 A1
20010056456 Cota-Robles Dec 2001 A1
20020007297 Clarke Jan 2002 A1
20020019887 Moore Feb 2002 A1
20020072830 Hunt Jun 2002 A1
20020073063 Faraj Jun 2002 A1
20020085041 Ishikawa Jul 2002 A1
20020087949 Golender et al. Jul 2002 A1
20020112033 Doemling et al. Aug 2002 A1
20020120815 Zahavi Aug 2002 A1
20020138788 Yenne et al. Sep 2002 A1
20020156724 Levchin Oct 2002 A1
20020157086 Lewis et al. Oct 2002 A1
20020163498 Chang et al. Nov 2002 A1
20020165901 Rajan Nov 2002 A1
20020178185 Kuchinsky et al. Nov 2002 A1
20020184615 Sumner Dec 2002 A1
20020196184 Johnson et al. Dec 2002 A1
20020196229 Chen et al. Dec 2002 A1
20020199172 Bunnell Dec 2002 A1
20020199179 Lavery et al. Dec 2002 A1
20030023576 Gilson Jan 2003 A1
20030037248 Launchbury et al. Feb 2003 A1
20030041069 Yorke Feb 2003 A1
20030056201 Degenaro et al. Mar 2003 A1
20030058277 Bowman-Amuah Mar 2003 A1
20030061574 Saluja et al. Mar 2003 A1
20030067481 Chedgey et al. Apr 2003 A1
20030070161 Wong et al. Apr 2003 A1
20030088606 Miller et al. May 2003 A1
20030088854 Wygodny et al. May 2003 A1
20030093408 Brown et al. May 2003 A1
20030106046 Arnold Jun 2003 A1
20030140280 Kaler et al. Jul 2003 A1
20030145314 Nguyen et al. Jul 2003 A1
20030149765 Hubbard Aug 2003 A1
20030217155 Greck et al. Nov 2003 A1
20030231207 Huang Dec 2003 A1
20040012638 Donnelli et al. Jan 2004 A1
20040015600 Tiwary et al. Jan 2004 A1
20040015929 Lewis et al. Jan 2004 A1
20040034853 Gibbons et al. Feb 2004 A1
20040054992 Nair et al. Mar 2004 A1
20040073529 Stanfill Apr 2004 A1
20040075690 Cirne Apr 2004 A1
20040083425 Dorwart Apr 2004 A1
20040088699 Suresh May 2004 A1
20040103400 Johnsen May 2004 A1
20040103410 Sakai May 2004 A1
20040117172 Shibata Jun 2004 A1
20040117768 Chang et al. Jun 2004 A1
20040123274 Inagaki et al. Jun 2004 A1
20040128093 Cragun et al. Jul 2004 A1
20040139480 Delpuch et al. Jul 2004 A1
20040154016 Randall Aug 2004 A1
20040154019 Aamodt et al. Aug 2004 A1
20040181554 Heckerman et al. Sep 2004 A1
20040194098 Chung et al. Sep 2004 A1
20040205302 Cantrill Oct 2004 A1
20040205718 Reynders Oct 2004 A1
20040225443 Kamps Nov 2004 A1
20040239681 Robotham et al. Dec 2004 A1
20050015368 Payton et al. Jan 2005 A1
20050021318 Inoue et al. Jan 2005 A1
20050041692 Kallstenius Feb 2005 A1
20050066149 Kanade Mar 2005 A1
20050091645 Chilimbi et al. Apr 2005 A1
20050091646 Chilimbi et al. Apr 2005 A1
20050102636 McKeon May 2005 A1
20050108259 Watanabe et al. May 2005 A1
20050108517 Dillon et al. May 2005 A1
20050120333 Inoue et al. Jun 2005 A1
20050131995 Chase et al. Jun 2005 A1
20050138111 Aton et al. Jun 2005 A1
20050149697 Enright et al. Jul 2005 A1
20050149912 Farcy et al. Jul 2005 A1
20050155019 Levine et al. Jul 2005 A1
20050177820 Mei et al. Aug 2005 A1
20050177836 Lari et al. Aug 2005 A1
20050180330 Shapiro Aug 2005 A1
20050188272 Bodorin et al. Aug 2005 A1
20050198332 Laertz et al. Sep 2005 A1
20050204344 Shinomi Sep 2005 A1
20050234974 Bailey et al. Oct 2005 A1
20050240567 Klosterhalfen Oct 2005 A1
20050262181 Schmidt et al. Nov 2005 A1
20050262470 Gavrilov Nov 2005 A1
20050262493 Schmidt et al. Nov 2005 A1
20050262512 Schmidt et al. Nov 2005 A1
20050278208 Schultz Dec 2005 A1
20060005179 Kawahara Jan 2006 A1
20060005194 Kawahara Jan 2006 A1
20060013134 Neuse Jan 2006 A1
20060015612 Shimazaki et al. Jan 2006 A1
20060015850 Poole Jan 2006 A1
20060037022 Byrd et al. Feb 2006 A1
20060047752 Hornby Mar 2006 A1
20060074970 Narayanan Apr 2006 A1
20060075390 McAllister Apr 2006 A1
20060101033 Hu et al. May 2006 A1
20060101416 Callahan et al. May 2006 A1
20060101467 Buco et al. May 2006 A1
20060106843 Middelfart et al. May 2006 A1
20060106926 Kato et al. May 2006 A1
20060130016 Wagner Jun 2006 A1
20060156017 McIsaac et al. Jul 2006 A1
20060167939 Seidman et al. Jul 2006 A1
20060168583 Basso et al. Jul 2006 A1
20060174165 Shaffer et al. Aug 2006 A1
20060179429 Eggers et al. Aug 2006 A1
20060182133 Choumaru Aug 2006 A1
20060190596 Horikawa Aug 2006 A1
20060195747 Pramanick et al. Aug 2006 A1
20060200738 Tarle et al. Sep 2006 A1
20060212852 Hwang Sep 2006 A1
20060224375 Barnett et al. Oct 2006 A1
20060230319 Ryali et al. Oct 2006 A1
20060242627 Wygodny et al. Oct 2006 A1
20060248177 Dostert et al. Nov 2006 A1
20060256805 Cho et al. Nov 2006 A1
20060265397 Bryan et al. Nov 2006 A1
20060277477 Christenson Dec 2006 A1
20070006159 Hecht et al. Jan 2007 A1
20070016949 Dunagan et al. Jan 2007 A1
20070022000 Bodart et al. Jan 2007 A1
20070028189 Robbins Feb 2007 A1
20070050174 Dewitt et al. Mar 2007 A1
20070060205 Kim Mar 2007 A1
20070061241 Jovanovic et al. Mar 2007 A1
20070079298 Tian et al. Apr 2007 A1
20070089094 Levine et al. Apr 2007 A1
20070100967 Smith et al. May 2007 A1
20070118538 Ahem et al. May 2007 A1
20070118909 Hertzog May 2007 A1
20070136201 Sah et al. Jun 2007 A1
20070136320 Sah et al. Jun 2007 A1
20070136337 Sah et al. Jun 2007 A1
20070136443 Sah et al. Jun 2007 A1
20070140131 Malloy et al. Jun 2007 A1
20070143795 Tran Jun 2007 A1
20070150895 Kurland Jun 2007 A1
20070157177 Bouguet et al. Jul 2007 A1
20070168992 Cary Jul 2007 A1
20070169002 Kronlund et al. Jul 2007 A1
20070169042 Janczewski Jul 2007 A1
20070180147 Leigh Aug 2007 A1
20070192468 Keeler Aug 2007 A1
20070198524 Branda et al. Aug 2007 A1
20070198952 Pittenger Aug 2007 A1
20070204010 Sah et al. Aug 2007 A1
20070204223 Bartels et al. Aug 2007 A1
20070214333 Nijhawan et al. Sep 2007 A1
20070220513 Hwang Sep 2007 A1
20070226696 Radhakrishnan et al. Sep 2007 A1
20070226700 Gal Sep 2007 A1
20070226758 Waldo et al. Sep 2007 A1
20070234002 Litke Oct 2007 A1
20070239528 Xie et al. Oct 2007 A1
20070245310 Rosenstein et al. Oct 2007 A1
20070260849 Chen et al. Nov 2007 A1
20070271283 Maryka et al. Nov 2007 A1
20070277056 Varadarajan et al. Nov 2007 A1
20070294581 Dean et al. Dec 2007 A1
20080005281 Hsueh et al. Jan 2008 A1
20080022285 Cherkasova et al. Jan 2008 A1
20080022286 Chung et al. Jan 2008 A1
20080049022 Sherb et al. Feb 2008 A1
20080065668 Spence et al. Mar 2008 A1
20080092121 DeRose et al. Apr 2008 A1
20080092128 Corry et al. Apr 2008 A1
20080098180 Larson et al. Apr 2008 A1
20080104225 Zhang May 2008 A1
20080104362 Buros et al. May 2008 A1
20080104451 Blanchard et al. May 2008 A1
20080104570 Chedgey et al. May 2008 A1
20080109792 O'Dowd May 2008 A1
20080117216 Dorie May 2008 A1
20080120400 Keller et al. May 2008 A1
20080126003 Goldstein et al. May 2008 A1
20080126828 Girouard et al. May 2008 A1
20080127108 Ivanov et al. May 2008 A1
20080127109 Simeon May 2008 A1
20080127112 Kettley et al. May 2008 A1
20080127116 Kosche et al. May 2008 A1
20080127149 Kosche et al. May 2008 A1
20080140985 Kitamorn et al. Jun 2008 A1
20080155348 Ivanov et al. Jun 2008 A1
20080155349 Ivanov et al. Jun 2008 A1
20080163124 Bonev et al. Jul 2008 A1
20080163183 Li et al. Jul 2008 A1
20080168472 Wilson Jul 2008 A1
20080243970 Schmelter et al. Oct 2008 A1
20080256233 Hall Oct 2008 A1
20080256466 Salvador et al. Oct 2008 A1
20080256518 Aoshima et al. Oct 2008 A1
20080271038 Rolia et al. Oct 2008 A1
20080276129 Cocker et al. Nov 2008 A1
20080282232 Cong et al. Nov 2008 A1
20080288212 Greifeneder Nov 2008 A1
20080288741 Lee et al. Nov 2008 A1
20080312980 Boulineau et al. Dec 2008 A1
20080313502 Mcfadden et al. Dec 2008 A1
20090019449 Choi et al. Jan 2009 A1
20090037407 Yang et al. Feb 2009 A1
20090037873 Ahadian et al. Feb 2009 A1
20090049428 Cozmei Feb 2009 A1
20090055802 Crosby Feb 2009 A1
20090089765 Guo et al. Apr 2009 A1
20090106746 Chaudhuri et al. Apr 2009 A1
20090113399 Tzoref et al. Apr 2009 A1
20090125519 Robison et al. May 2009 A1
20090138858 Livshits et al. May 2009 A1
20090150874 Chung et al. Jun 2009 A1
20090157723 De et al. Jun 2009 A1
20090165016 Bell Jun 2009 A1
20090177642 Chung et al. Jul 2009 A1
20090193402 Bashkansky et al. Jul 2009 A1
20090199047 Vaitheeswaran et al. Aug 2009 A1
20090271729 Killoren Oct 2009 A1
20090276288 Hlavac et al. Nov 2009 A1
20090307630 Kawai et al. Dec 2009 A1
20090313525 Savin et al. Dec 2009 A1
20090313600 Ayers et al. Dec 2009 A1
20090319996 Shafi et al. Dec 2009 A1
20100005249 Bates et al. Jan 2010 A1
20100011341 Baierl et al. Jan 2010 A1
20100042944 Robinson et al. Feb 2010 A1
20100049941 Howard Feb 2010 A1
20100064279 Stewart Mar 2010 A1
20100070505 Kao et al. Mar 2010 A1
20100077388 Kimura Mar 2010 A1
20100083178 Zui et al. Apr 2010 A1
20100083185 Sakai et al. Apr 2010 A1
20100088665 Langworthy et al. Apr 2010 A1
20100106920 Anckaert et al. Apr 2010 A1
20100115172 Gillingham et al. May 2010 A1
20100123717 Jiao May 2010 A1
20100125565 Burger et al. May 2010 A1
20100125838 Kuusilinna et al. May 2010 A1
20100131945 Zeort May 2010 A1
20100134501 Lowe Jun 2010 A1
20100138431 Bator et al. Jun 2010 A1
20100146489 Ortiz Jun 2010 A1
20100153786 Matsukawa Jun 2010 A1
20100167256 Blash Jul 2010 A1
20100180245 Rutten Jul 2010 A1
20100180346 Nicolson et al. Jul 2010 A1
20100205583 Gebhardt et al. Aug 2010 A1
20100223581 Manolescu et al. Sep 2010 A1
20100235771 Gregg, III Sep 2010 A1
20100251220 Jeong Sep 2010 A1
20100257019 Chickering et al. Oct 2010 A1
20100262832 Tie et al. Oct 2010 A1
20100268816 Tarui et al. Oct 2010 A1
20100281458 Paladino et al. Nov 2010 A1
20100281468 Pavlyushchik Nov 2010 A1
20100281488 Krishnamurthy et al. Nov 2010 A1
20100287541 Saunders et al. Nov 2010 A1
20100295856 Ferreira et al. Nov 2010 A1
20100299671 Kinsey Nov 2010 A1
20100306854 Neergaard Dec 2010 A1
20100318994 Holmberg Dec 2010 A1
20100333039 Denkel Dec 2010 A1
20110004443 Horikawa Jan 2011 A1
20110004598 Kikuchi Jan 2011 A1
20110055815 Squillace Mar 2011 A1
20110066973 Plom et al. Mar 2011 A1
20110067008 Srivastava et al. Mar 2011 A1
20110072309 Sakai et al. Mar 2011 A1
20110072420 Cha et al. Mar 2011 A1
20110078487 Nielsen et al. Mar 2011 A1
20110088021 Kruglick Apr 2011 A1
20110088038 Kruglick Apr 2011 A1
20110098973 Seidman Apr 2011 A1
20110126286 Nazarov May 2011 A1
20110138363 Schmelter et al. Jun 2011 A1
20110138365 Schmelter et al. Jun 2011 A1
20110153603 Adiba et al. Jun 2011 A1
20110153817 Wright et al. Jun 2011 A1
20110154289 Mannarswamy et al. Jun 2011 A1
20110154296 Marenco Jun 2011 A1
20110154300 Rao et al. Jun 2011 A1
20110167414 Lattner et al. Jul 2011 A1
20110191343 Heaton Aug 2011 A1
20110202907 Dice et al. Aug 2011 A1
20110209153 Suzuki et al. Aug 2011 A1
20110225458 Zuo Sep 2011 A1
20110249002 Duplessis et al. Oct 2011 A1
20110258608 Li et al. Oct 2011 A1
20110258611 Dutta et al. Oct 2011 A1
20110258612 Matthiesen et al. Oct 2011 A1
20110276951 Jain Nov 2011 A1
20110283263 Gagliardi et al. Nov 2011 A1
20110289485 Mejdrich et al. Nov 2011 A1
20110314343 Hoke et al. Dec 2011 A1
20110314448 Biggerstaff et al. Dec 2011 A1
20110314543 Treit et al. Dec 2011 A1
20120011519 Ganesh Jan 2012 A1
20120017123 Masser et al. Jan 2012 A1
20120023475 Surazski et al. Jan 2012 A1
20120042212 Laurenti Feb 2012 A1
20120042269 Holman Feb 2012 A1
20120047421 Holman Feb 2012 A1
20120060142 Fliess et al. Mar 2012 A1
20120072579 Teather Mar 2012 A1
20120079108 Findeisen Mar 2012 A1
20120079456 Kannan et al. Mar 2012 A1
20120079460 Cho et al. Mar 2012 A1
20120102029 Larson et al. Apr 2012 A1
20120110555 Bates May 2012 A1
20120117438 Shaffer et al. May 2012 A1
20120137240 Krueger May 2012 A1
20120137273 Meijler et al. May 2012 A1
20120144374 Gallagher Jun 2012 A1
20120151396 S. et al. Jun 2012 A1
20120159091 Li et al. Jun 2012 A1
20120159116 Lim et al. Jun 2012 A1
20120159391 Berry et al. Jun 2012 A1
20120159454 Barham et al. Jun 2012 A1
20120167081 Sedayao et al. Jun 2012 A1
20120173703 Lingen Jul 2012 A1
20120197868 Fauser et al. Aug 2012 A1
20120198423 Bestgen et al. Aug 2012 A1
20120204156 Kettley et al. Aug 2012 A1
20120221314 Bourlatchkov et al. Aug 2012 A1
20120222019 Gounares et al. Aug 2012 A1
20120222043 Gounares et al. Aug 2012 A1
20120227040 Gounares Sep 2012 A1
20120233310 Agarwala et al. Sep 2012 A1
20120233592 Gounares Sep 2012 A1
20120233601 Gounares Sep 2012 A1
20120246303 Petersen Sep 2012 A1
20120254266 Printezis et al. Oct 2012 A1
20120254900 Kumar Oct 2012 A1
20120259962 Bose et al. Oct 2012 A1
20120260135 Beck et al. Oct 2012 A1
20120266014 Bhoovaraghavan et al. Oct 2012 A1
20120266143 Bhoovaraghavan et al. Oct 2012 A1
20120278504 Ang et al. Nov 2012 A1
20120278594 Kumar Nov 2012 A1
20120278793 Jalan Nov 2012 A1
20120290672 Robinson et al. Nov 2012 A1
20120296991 Spivack et al. Nov 2012 A1
20120317276 Muniraju Dec 2012 A1
20120317371 Gounares et al. Dec 2012 A1
20120317389 Gounares Dec 2012 A1
20120317421 Gounares Dec 2012 A1
20120317551 Hecht et al. Dec 2012 A1
20120317556 Zhu et al. Dec 2012 A1
20120317557 Garrett et al. Dec 2012 A1
20120317577 Garrett et al. Dec 2012 A1
20120317587 Garrett et al. Dec 2012 A1
20120323827 Lakshmanan et al. Dec 2012 A1
20120324454 Gounares et al. Dec 2012 A1
20120324527 Brown et al. Dec 2012 A1
20120330700 Garg et al. Dec 2012 A1
20130007116 Strack et al. Jan 2013 A1
20130018925 Pegg Jan 2013 A1
20130042156 Srinivasan et al. Feb 2013 A1
20130060372 Lokowandt et al. Mar 2013 A1
20130061212 Krause et al. Mar 2013 A1
20130067445 Gounares Mar 2013 A1
20130073523 Gounares Mar 2013 A1
20130073604 Gounares Mar 2013 A1
20130073829 Gounares et al. Mar 2013 A1
20130073837 Li et al. Mar 2013 A1
20130074049 Gounares et al. Mar 2013 A1
20130074050 Masser et al. Mar 2013 A1
20130074055 Gounares Mar 2013 A1
20130074056 Gounares Mar 2013 A1
20130074057 Gounares Mar 2013 A1
20130074058 Gounares et al. Mar 2013 A1
20130074092 Gounares Mar 2013 A1
20130074093 Gounares Mar 2013 A1
20130080642 Adam et al. Mar 2013 A1
20130080760 Li et al. Mar 2013 A1
20130080761 Garrett et al. Mar 2013 A1
20130081005 Gounares et al. Mar 2013 A1
20130085882 Gounares et al. Apr 2013 A1
20130086348 Marathe et al. Apr 2013 A1
20130086564 Felch Apr 2013 A1
20130091387 Bohnet Apr 2013 A1
20130091508 Srinivasan Apr 2013 A1
20130104107 De et al. Apr 2013 A1
20130117280 Donaldson May 2013 A1
20130117753 Gounares et al. May 2013 A1
20130117759 Gounares et al. May 2013 A1
20130145015 Malloy et al. Jun 2013 A1
20130145350 Marinescu Jun 2013 A1
20130159198 Cartan Jun 2013 A1
20130166886 Sasanka et al. Jun 2013 A1
20130185433 Zhu et al. Jul 2013 A1
20130185729 Vasic et al. Jul 2013 A1
20130187941 Noon Jul 2013 A1
20130198729 Turner et al. Aug 2013 A1
20130205009 Malloy et al. Aug 2013 A1
20130212479 Willis Aug 2013 A1
20130212594 Choi et al. Aug 2013 A1
20130219057 Li et al. Aug 2013 A1
20130219363 Wu Aug 2013 A1
20130219372 Li et al. Aug 2013 A1
20130227529 Li et al. Aug 2013 A1
20130227536 Li et al. Aug 2013 A1
20130227560 McGrath Aug 2013 A1
20130227573 Morsi et al. Aug 2013 A1
20130229416 Krajec Sep 2013 A1
20130232174 Krajec Sep 2013 A1
20130232433 Krajec Sep 2013 A1
20130232452 Krajec Sep 2013 A1
20130232463 Nagaraja Sep 2013 A1
20130235040 Jackson, Jr. Sep 2013 A1
20130254746 Balakrishnan et al. Sep 2013 A1
20130271480 Daynes Oct 2013 A1
20130282545 Gounares Oct 2013 A1
20130283102 Krajec et al. Oct 2013 A1
20130283240 Krajec et al. Oct 2013 A1
20130283241 Krajec et al. Oct 2013 A1
20130283242 Gounares et al. Oct 2013 A1
20130283246 Krajec et al. Oct 2013 A1
20130283247 Krajec et al. Oct 2013 A1
20130283281 Krajec et al. Oct 2013 A1
20130291113 Dewey Oct 2013 A1
20130298112 Gounares Nov 2013 A1
20130318506 Sohm et al. Nov 2013 A1
20130332913 Dickenson Dec 2013 A1
20130340077 Salsamendi Dec 2013 A1
20130346479 Vilke Dec 2013 A1
20140013306 Gounares et al. Jan 2014 A1
20140013308 Gounares Jan 2014 A1
20140013309 Gounares Jan 2014 A1
20140013311 Garrett et al. Jan 2014 A1
20140019598 Krajec et al. Jan 2014 A1
20140019756 Krajec et al. Jan 2014 A1
20140019879 Krajec et al. Jan 2014 A1
20140019985 Krajec et al. Jan 2014 A1
20140025572 Krajec et al. Jan 2014 A1
20140026142 Gounares Jan 2014 A1
20140040591 Gounares Feb 2014 A1
20140047084 Breternitz Feb 2014 A1
20140047272 Breternitz Feb 2014 A1
20140053143 Conrod et al. Feb 2014 A1
20140068629 Boller Mar 2014 A1
20140109101 Radhakrishnan et al. Apr 2014 A1
20140109188 Pavlov Apr 2014 A1
20140136233 Atkinson et al. May 2014 A1
20140189650 Gounares Jul 2014 A1
20140189651 Gounares Jul 2014 A1
20140189652 Gounares Jul 2014 A1
20140215443 Voccio et al. Jul 2014 A1
20140215444 Voccio et al. Jul 2014 A1
20140278539 Edwards Sep 2014 A1
20140281726 Garrett et al. Sep 2014 A1
20140282597 Garrett et al. Sep 2014 A1
20140317454 Gataullin et al. Oct 2014 A1
20140317603 Gataullin et al. Oct 2014 A1
20140317604 Gataullin et al. Oct 2014 A1
20140317605 Gataullin et al. Oct 2014 A1
20140317606 Gataullin et al. Oct 2014 A1
20140359126 Breternitz Dec 2014 A1
20140365544 Moffitt Dec 2014 A1
20140365545 Moffitt Dec 2014 A1
20150029193 Krajec Jan 2015 A1
20150032971 Tian et al. Jan 2015 A1
20150033172 Krajec Jan 2015 A1
20150066869 Seto et al. Mar 2015 A1
20150067652 Seto et al. Mar 2015 A1
20150067654 Seto et al. Mar 2015 A1
20150074278 Maes Mar 2015 A1
20150082285 Li et al. Mar 2015 A1
20150163288 Maes Jun 2015 A1
20150195372 Zheng Jul 2015 A1
20150205588 Bates et al. Jul 2015 A1
20150212928 Gounares Jul 2015 A1
20150222548 Krajec et al. Aug 2015 A1
20150242303 Gautallin et al. Aug 2015 A1
20150301920 Krajec et al. Oct 2015 A1
20150304409 Steuer Oct 2015 A1
20150331720 Huetter et al. Nov 2015 A1
20150347268 Garrett et al. Dec 2015 A1
20150347273 Krajec et al. Dec 2015 A1
20150347277 Gataullin et al. Dec 2015 A1
20150347283 Gataullin et al. Dec 2015 A1
20150347628 Krajec Dec 2015 A1
20160035115 Krajec Feb 2016 A1
20160077951 Krajec et al. Mar 2016 A1
20160133035 Krajec May 2016 A1
20160266998 Gautallin et al. Sep 2016 A1
20160283345 Gounares et al. Sep 2016 A1
20160283362 Seto et al. Sep 2016 A1
Foreign Referenced Citations (20)
Number Date Country
1527968 Sep 2004 CN
101595457 Dec 2009 CN
101627388 Jan 2010 CN
101933001 Dec 2010 CN
102460408 May 2012 CN
102567115 Jul 2012 CN
102592079 Jul 2012 CN
102789409 Nov 2012 CN
610581 Aug 1994 EP
2390790 Nov 2011 EP
2553583 Feb 2013 EP
2012208830 Oct 2012 JP
2012138586 Dec 2012 KR
0007100 Feb 2000 WO
2010039893 Apr 2010 WO
2011116988 Sep 2011 WO
2011142720 Nov 2011 WO
2011146750 Nov 2011 WO
2012106571 Aug 2012 WO
2014120263 Aug 2014 WO
Non-Patent Literature Citations (174)
Entry
Ohinese Office Action issued in Cn Application No. 201380072863.3 dated Apr. 6, 2017.
Supplementary European Search Report issued in EPO Application No. 14801342.8 dated Apr. 10, 2017.
Bita Mazloom et al: “Dataflow Tomography”, ACM Transactions on Architecture and Code Optimization, vol. 9, No. 1, Mar. 2012, pp. 1-26.
Lienhard A. et al: “Taking an object-centric view on dynamic information with object flow analysis”, Computer Languages Systems & Structures, Pergamon, Amsterdam, NL, vol. 25, No. 1, Apr. 2009, pp. 63-79.
Extended European Search Report issued in EPO Patent Application No. 14829908.4 dated Apr. 11, 2017.
Office Action dated Apr. 3, 2017 cited in U.S. Appl. No. 14/671,449.
Notice of Allowance dated May 5, 2017 cited inU.S. Appl. No. 14/883,554.
Chinese Office Action issued in CN Application No. 201380072856.3 dated May 15, 2017.
“Extended Search Report Issued in European Patent Application No. 14843127.3”, dated Apr. 13, 2017, 9 Pages.
Extended European Search Report issued in European Patent Application No. 14862130.3 dated May 24, 2017.
First Office Action and Search Report Issued in Chinese Patent Application No. 201380075253.9, dated Apr. 5, 2017, 27 Pages.
U.S. Appl. No. 14/820,957, dated May 19, 2017, Notice of Allowance.
U.S. Appl. No. 15/036,325, dated May 24, 2017, Notice of Allowance.
U.S. Appl. No. 13/949,994, dated May 19, 2017, Office Action.
U.S. Appl. No. 13/757,570, dated May 19, 2017, Office Action.
Chinese Office Action issued in CN Patent Application No. 201480035488.X dated May 26, 2017.
U.S. Appl. No. 14/671,449, dated Jun. 23, 2017, Notice of Allowance.
Chinese Office Action issued in China Patent Application No. 201380075071.1. dated Mar. 3, 2017.
“Non-Final Office Action Issued in U.S Appl. No. 14/883,554”, dated Feb. 22, 2017, 14 pages.
Office Action issued in Chinese Patent Application No. 201380075229.5 dated Mar. 1, 2017.
Office Action issued in Chinese Patent Application No. 201480029533.0 dated Mar. 20, 2017.
Chinese Office Action issued in China Patent Application No. 201380072861.4. dated Mar. 9, 2017.
Extended European Search Report issued in EPO application No. 14785777.5 dated Mar. 16, 2017.
Notice of Allowance dated Apr. 5, 2017 cited in U.S Appl. No. 13/899,504.
European Search Report for EP 14801342 dated Dec. 6, 2016.
Vetter et al. “Real-Time Performance Monitoring, Adaptive Control, and Interactive Steering of Computational Grids”, International Journal of High Performance Computing Applications, vol. 14, No. 4, 2000, pp. 357-366.
“Supplementary Search Report Issued in European Patent Application No. 13875046.8”, dated Sep. 5, 2016, 13 pages.
“Supplementary Search Report Issued in European Patent Application No. 13874921”, dated Sep. 8, 2016.
Office Action dated Nov. 17, 2016 cited in U.S Appl. No. 13/757,570.
“Supplementary Search Report Issued in European Patent Application No. 14785777”, dated Nov. 3, 2016.
Ravindranath, et al. “Appinsight: Mobile App Performance Monitoring in the Wild”, Usenix, Apr. 11, 2013 pp. 1-14.
Graham et al. “Gprot: A Call Graph Execution Profiler”, PLDI 09: Proceedings of the 2009 ACM Sigplan Conference on Programming Language Design and Implementation, Jun. 15-20, 2009.
“Notice of Allowance Issued in U.S. Appl. No. 14/455,156”, dated Jun. 3, 2015, 22 Pages.
“Notice of Allowance Issued in U.S. Appl. No. 14/455,170”, dated Jul. 2, 2015, 13 Pages.
“Notice of Allowability Issued in U.S. Appl. No. 14/455,170”, dated Feb. 10, 2016, 2 Pages.
“Notice of Allowance Issued in U.S. Appl. No. 14/455,202”, dated Jul. 30, 2015, 16 Pages.
“Notice of Allowability Issued in U.S. Appl. No. 14/455,202”, dated Feb. 4, 2016, 2 Pages.
“Notice of Allowance Issued in U.S. Appl. No. 14/455,156”, dated Nov. 9, 2015, 21 Pages.
“Notice of Allowance Issued in U.S. Appl. No. 14/455,170”, dated Nov. 24, 2015, 11 Pages.
“Notice of Allowance Issued in U.S. Appl. No. 14/455,202”, dated Dec. 9, 2015, 17 Pages.
“International Search Report Issued in PCT Application No. PCT/IB2014/060233”, dated Nov. 11, 2014, 4 Pages.
Office Action dated Dec. 1, 2016 issued in U.S Appl. No. 14/820,957.
Office Action dated Dec. 14, 2016 issued in U.S Appl. No. 13/867,057.
“Supplementary Search Report Issued in European Patent Application No. 13875228.2”, dated Dec. 16, 2016.
International Search Report and Written Opinion for PCT/US2013/043492 dated Nov. 6, 2013.
Grossbart “JavaScript Profiling with the Chrome Developer Tools” Smashing Magazine website Jun. 12, 2012.
“Method and System for Automatically Tracking User Interactions and Providing Tags to the User Interactions” Dec. 4, 2010.
Whitehead “Java Run-Time Monitoring, Part 2:Postcompilation Instrumentation and Performance Monitoring Interception, Class Wrapping, and Bytecode Instrumentation” IBM.com Aug. 5, 2008.
Kinsey “Under the Hood: The JavaScript SDK—Error Handling” Nov. 1, 2012.
Cantrill “Instrumenting the Real-Time Web: Node.js in Production” Node Summit 2012 Presentation; Jan. 24-25, 2012.
“Remote Debugging in Visual Studio 2012 on Windows 8” On Error Resume Next: Coding Through Life, One Day at the Time. Retrieved Jun. 14, 2016.
Narayanasamy et al. “BugNet Continuously Recording Program Execution for Deterministic Replay Debugging” Jun. 2005, 12 pages.
Dong et al. “Hybrid Checkpointing Using Emerging Nonvolatile Memories for Future Exascale Systems” Oct. 2004.
Erik-Svensson et al. “Mpreplay Architecture Support for Deterministic Replay of Message passing Programs on MessagePassing Many-core Processors” Sep. 2009.
Gerofi et al. “Workload Adaptive Checkpoint Scheduling of Virtual Machine Replication” 2011.
Wu et al. “Error Recovery in Shared Memory Multiprocessors Using Private Caches” Apr. 1990.
“International Search Report Issued in PCT Application No. PCT/US2014/011798”, dated Jun. 20, 2014, 3 pages.
“International Search Report and Written Opinion”, Korea Intellectual Property Office, PCT/U52014/011733, May 8, 2014, 10062-02.
Aguilera, et al., “Performance Debugging for Distributed Systems of Black Boxes”, ACM, 2003, pp. 74-89.
Hsu, et al., “Visibility Enhancement for Silicon Debug”, ACM, 2006, pp. 13-18.
Kaya, et al., “Error Pattern Analysis of Augmented Array Codes Using a Visual Debugging Tool”, IEEE, 2006, pp. 1-6.
LabVIEW, “Debugging Techniques”, Jun. 2011, 7 pages. Available at http://zone.ni.com/reference/en-XX/help/371361H-01/1vconcepts/debug—techniques/.
Kumar, et al., “Visualization of Clustered Directed Acyclic Graphs with Node Interleaving”, ACM, pp. 1800-1805, Mar. 2009.
Natour, “On the Control Dependence in the Program Dependence Graph”, ACM, pp. 510-519, 1988. (The month of Publication is irrelevant since the year of Publication is clearly prior to the filing of the Application).
Ioannidis et al., “Transitive Closure Algorithms Based on Graph Traversal”, ACM Transactions on Database sSystems, vol. 18, No. 3, pp. 512-579, Sep. 1993.
Fu, et al., “De-anonymizing Social Graphs via Node Similarity”, ACM, pp. 263-264, Apr. 2014.
Supplementary Search Report Issued in European Patent Application No. 13873476.9, dated Aug. 2, 2016, 10 pages.
Barbosa et al. “Interactive SNMP Traffic Analysis Through Information Visualization” In Proceedings of the IEEE Network Operations and Management Symposium (NOMS), Apr. 19, 2010, pp. 73-79.
Dobrev et al. “Visualization of Node Interaction Dynamics in Network Traces” In Proceedings of the 3rd International Conference on Autonomous Infrastructure, Management and Security, AIMS 2009, Enschede, Jun. 30, 2009, pp. 147-160.
Joyce et al. “Monitoring Distributed Systems” In Journal of ACM Transactions on Computer Systems (Tocs), vol. 5, Issue 2, May 1, 1987, pp. 121-150.
Heer et al. “Prefuse” CHI 2005, Conference Proceedings, Conference on Human Factors in Computing Systems; Apr. 2 2005, pp. 421-430.
Ungar, et al., “Self”, ACM, 2007, pp. 1-50.
Anonymous “Time Series Analysis” Mar. 7, 2008.
Gephi Tutorial Layouts, Gephi, Jun. 13, 2011.
International Search Report and Written Opinion for PCT/US2013/047211 dated Nov. 27, 2013.
International Search Report and Written Opinion for PCT/US2013/043811 dated Nov. 28, 2013.
International Search Report and Written Opinion for PCT/US2013/046925 dated Nov. 25, 2013.
International Search Report and Written Opinion for PCT/US2013/046918 dated Nov. 25, 2013.
International Search Report and Written Opinion for PCT/US2013/044193 dated Oct. 29, 2013.
International Search Report and Written Opinion for PCT/US2013/046050 dated Nov. 8, 2013.
International Search Report and Written Opinion for PCT/US2013/046922 dated Dec. 17, 2013.
International Search Report and Written Opinion for PCT/US2013/043522 dated Nov. 6, 2013.
International Search Report and Written Opinion for PCT/US2013/046664 dated Nov. 20, 2013.
International Search Report and Written Opinion for PCT/US2013/042789 dated Sep. 30, 2013.
International Search Report and Written Opinion for PCT/US2013/042030 dated Oct. 24, 2013.
International Search Report and Written Opinion for PCT/US2013/042081 dated Oct. 24, 2013.
International Search Report and Written Opinion for PCT/US2013/042788 dated Sep. 5, 2013.
International Search Report and Written Opinion for PCT/US2013/073894 dated Apr. 1, 2014.
International Search Report and Written Opinion for PCT/US2013/075876 dated Apr. 7, 2014.
International Search Report and Written Opinion for PCT/US2013/073935 dated Mar. 31, 2014.
International Search Report and Written Opinion for PCT/US2014/011727 dated May 16, 2014.
European Search Report for EP 13873299 dated Sep. 21, 2016.
TLR “Automagically Wrapping JavaScript Callback Functions” Oct. 22, 2008.
U.S Appl. No. 13/751,012, dated Jan. 29, 2014, Office Action.
U.S Appl. No. 13/751,012, dated Mar. 11, 2014, Office Action.
U.S Appl. No. 13/751,026, dated Apr. 16, 2014, Office Action.
U.S Appl. No. 13/853,769, dated May 9, 2014, Office Action.
U.S Appl. No. 13/765,654, dated Jun. 26, 2014, Office Action.
U.S Appl. No. 13/853,769, dated Jul. 8, 2014, Office Action.
U.S Appl. No. 13/765,663, dated Jul. 11, 2014, Office Action.
U.S Appl. No. 13/757,598, dated Jul. 17, 2014, Office Action.
U.S Appl. No. 13/899,500, dated Jul. 21, 2014, Office Action.
U.S Appl. No. 13/899,504, dated Jul. 21, 2014, Office Action.
U.S Appl. No. 13/765,648, dated Jul. 28, 2014, Office Action.
U.S Appl. No. 13/765,642, dated Jul. 31, 2014, Office Action.
U.S Appl. No. 13/765,657, dated Aug. 1, 2014, Office Action.
U.S Appl. No. 13/757,625, dated Aug. 13, 2014, Office Action.
U.S Appl. No. 13/867,057, dated Aug. 14, 2014, Office Action.
U.S Appl. No. 13/765,651, dated Aug. 14, 2014, Office Action.
U.S Appl. No. 13/765,642, dated Aug. 15, 2014, Office Action.
U.S Appl. No. 13/765,648, dated Aug. 19, 2014, Notice of Allowance.
U.S Appl. No. 13/751,026, dated Aug. 20, 2014, Office Action.
U.S Appl. No. 13/765,654, dated Aug. 21, 2014, Office Action.
U.S Appl. No. 13/765,657, dated Aug. 27, 2014, Notice of Allowance.
U.S Appl. No. 13/899,507, dated Sep. 11, 2014, Office Action.
U.S Appl. No. 13/899,503, dated Sep. 12, 2014, Office Action.
U.S Appl. No. 13/751,012, dated Sep. 30, 2014, Notice of Allowance.
U.S Appl. No. 13/916,561, dated Oct. 2, 2014, Office Action.
U.S Appl. No. 13/757,570, Nov. 14, 2014, Office Action.
U.S Appl. No. 13/757,625, dated Jan. 2, 2015, Office Action.
U.S. Appl. No. 13/899,507, dated Jan. 7, 2015, Office Action.
U.S. Appl. No. 13/916,568, dated Jan. 14, 2015, Notice of Allowance.
U.S. Appl. No. 13/916,571, dated Jan. 15, 2015, Notice of Allowance.
U.S. Appl. No. 13/765,642, dated Jan. 26, 2015, Notice of Allowance.
U.S. Appl. No. 13/765,654, dated Jan. 26, 2015, Notice of Allowance.
U.S. Appl. No. 13/899,500, dated Feb. 4, 2015,4 Notice of Allowance.
U.S. Appl. No. 13/916,563, dated Feb. 12, 2015, Office Action.
U.S. Appl. No. 13/765,651, dated Feb. 13, 2015, Office Action.
U.S. Appl. No. 13/916,566, dated Feb. 13, 2015, Office Action.
U.S. Appl. No. 13/757,598, dated Feb. 13, 2015, Office Action.
U.S. Appl. No. 13/853,816, dated Feb. 25, 2015, Office Action.
U.S. Appl. No. 13/916,561, dated Mar. 4, 2015, Notice of Allowance.
U.S. Appl. No. 13/899,503, dated Mar. 11, 2015, Office Action.
U.S. Appl. No. 13/899,504, dated Mar. 11, 2015, Office Action.
U.S. Appl. No. 13/757,631, dated Mar. 17, 2015, Office Action.
U.S. Appl. No. 13/867,057, dated Mar. 19, 2015, Office Action.
U.S. Appl. No. 14/455,156, dated Jun. 3, 2015, Notice of Allowance.
U.S. Appl. No. 13/853,769, dated Jun. 22, 2015, Office Action.
U.S. Appl. No. 14/455,170, dated Jul. 2, 2015, Notice of Allowance.
U.S. Appl. No. 13/949,978, dated Jul. 10, 2015, Notice of Allowance.
U.S. Appl. No. 13/757,570, dated Jul. 29, 2015, Office Action.
U.S. Appl. No. 13/757,582, dated Aug. 7, 2015, Office Action.
U.S. Appl. No. 14/629,322, dated Aug. 26, 2015, Office Action.
U.S. Appl. No. 13/853,816, dated Sep. 9, 2015, Office Action.
U.S. Appl. No. 14/820,798, dated Sep. 24, 2015, Office Action.
U.S. Appl. No. 13/757,631, dated Sep. 25, 2015, Notice of Allowance.
U.S. Appl. No. 13/899,503, dated Nov. 3, 2015, Office Action.
U.S. Appl. No. 13/899,504, dated Nov. 6, 2015, Office Action.
U.S. Appl. No. 13/949,978, dated Nov. 13, 2015, Notice of Allowance.
U.S. Appl. No. 14/629,322, dated Nov. 20, 2015, Notice of Allowance.
U.S. Appl. No. 13/757,582, dated Dec. 21, 2015, Notice of Allowance.
U.S. Appl. No. 13/757,625, dated Jan. 2, 2016, Office Action.
U.S. Appl. No. 13/853,769, dated Feb. 19, 2016, Office Action.
U.S. Appl. No. 14/995,872, dated Feb. 26, 2016, Office Action.
U.S. Appl. No. 14/820,798, dated Apr. 6, 2016, Notice of Allowance.
U.S. Appl. No. 14/820,834, dated Apr. 20, 2016, Notice of Allowance.
U.S. Appl. No. 14/642,192, dated May 23, 2016, Notice of Allowance.
U.S. Appl. No. 14/666,120, dated May 24, 2016, Office Action.
U.S. Appl. No. 13/899,504, dated May 26, 2016, Office Action.
U.S. Appl. No. 13/853,769, dated Jun. 2, 2016, Notice of Allowance.
U.S. Appl. No. 13/899,503, dated Jun. 2, 2016, Office Action.
U.S. Appl. No. 13/867,057, dated Jun. 3, 2016, Office Action.
U.S. Appl. No. 14/995,872, dated Jun. 9, 2016, Notice of Allowance.
U.S. Appl. No. 14/617,509, dated Jul. 20, 2016, Office Action.
U.S. Appl. No. 14/582,973, dated Aug. 11, 2016, Notice of Allowance.
U.S. Appl. No. 13/949,994, dated Aug. 26, 2016, Office Aciton.
U.S. Appl. No. 13/853,816, dated Sep. 12, 2016, Notice of Allowance.
U.S. Appl. No. 13/899,503, dated Oct. 5, 2016, Office Action.
Office Action dated Dec. 30, 2016 cited in U.S. Appl. No. 13/899,504.
Notice of Allowance dated Jan. 20, 2017 cited in U.S. Appl. No. 14/666,120.
Huang et al. “Force-Transfer: A New Approach to Removing Overlapping Nodes in Graph Layout”, ACM, pp. 1-10, 2003.
Nusayr et al. “Using AOP for Detailed Runtime Monitoring Instrumentation”, ACM, pp. 8-14, 2009.
Reiss, “Visualization Program Execution Using User Abstractions”, ACM, pp. 125-134, 2006.
Office Action dated Dec. 23, 2016 cited in U.S. Appl. No. 14/617,509.
Related Publications (1)
Number Date Country
20160196201 A1 Jul 2016 US
Provisional Applications (1)
Number Date Country
61873773 Sep 2013 US
Continuations (1)
Number Date Country
Parent 14455156 Aug 2014 US
Child 15068996 US