CN116975129B - Signal tracing method based on source file window, electronic equipment and medium - Google Patents

Signal tracing method based on source file window, electronic equipment and medium Download PDF

Info

Publication number
CN116975129B
CN116975129B CN202311184588.6A CN202311184588A CN116975129B CN 116975129 B CN116975129 B CN 116975129B CN 202311184588 A CN202311184588 A CN 202311184588A CN 116975129 B CN116975129 B CN 116975129B
Authority
CN
China
Prior art keywords
tracing
signal
target
information
expression
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202311184588.6A
Other languages
Chinese (zh)
Other versions
CN116975129A (en
Inventor
向君
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chengdu Rongjian Software Technology Co ltd
Shanghai Hejian Industrial Software Group Co Ltd
Original Assignee
Chengdu Rongjian Software Technology Co ltd
Shanghai Hejian Industrial Software Group Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chengdu Rongjian Software Technology Co ltd, Shanghai Hejian Industrial Software Group Co Ltd filed Critical Chengdu Rongjian Software Technology Co ltd
Priority to CN202311184588.6A priority Critical patent/CN116975129B/en
Publication of CN116975129A publication Critical patent/CN116975129A/en
Application granted granted Critical
Publication of CN116975129B publication Critical patent/CN116975129B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/248Presentation of query results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2428Query predicate definition using graphical user interfaces, including menus and forms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2477Temporal data queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/32Circuit design at the digital level
    • G06F30/33Design verification, e.g. functional simulation or model checking

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Computer Hardware Design (AREA)
  • Mathematical Physics (AREA)
  • Fuzzy Systems (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Probability & Statistics with Applications (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application relates to the technical field of computers, in particular to a signal tracing method, electronic equipment and medium based on a source file window, wherein the method comprises the following steps of S1, acquiring a signal tracing request based on the source file window, analyzing and acquiring a target tracing signal and a target tracing time point; step S2, acquiring current traceability configuration information, if target traceability information exists in a preset debugging database, directly executing step S4, otherwise, executing step S3; step S3, tracing a target tracing signal by taking a target tracing time point as a starting point according to the current tracing configuration information, obtaining target tracing information, storing the target tracing information into the preset debugging database, and then executing step S4; and S4, presenting a target tracing result in a source file window based on the target tracing information, and presenting corresponding influence signal information in the source file window when the influence signal identifier is selected. The application simplifies the signal tracing process and improves the signal tracing efficiency.

Description

Signal tracing method based on source file window, electronic equipment and medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a source file window-based signal tracing method, an electronic device, and a medium.
Background
In chip design verification, if a signal value is found to be not the expected value at a certain time, a signal trace back system is often needed to find the root cause, so as to solve the defect (bug). Most signal tracing systems continuously Trace signals through a Trace Tree to check the occurrence position of a problem, and if another signal needs to be traced further, the signal must be traced back to the Trace Tree to perform further tracing operation. Therefore, a user needs to switch back and forth to check the source code window and the trace-back tree window, the signal trace-back process is complex, and the signal trace-back efficiency is low. Therefore, how to simplify the signal tracing process and improve the signal tracing efficiency is a technical problem to be solved.
Disclosure of Invention
The application aims to provide a signal tracing method, electronic equipment and medium based on a source file window, which simplify the signal tracing process and improve the signal tracing efficiency.
According to a first aspect of the present application, there is provided a source file window-based signal tracing method, including;
step S1, acquiring a signal tracing request based on a source file window, and analyzing the signal tracing request to acquire a target tracing signal and a target tracing time point;
step S2, acquiring current traceability configuration information, if target traceability information which corresponds to the current traceability configuration information and takes the target traceability time point as a starting point exists in a preset debugging database, directly executing step S4, wherein the target traceability information comprises traceability expression information and influence signal information, and otherwise, executing step S3;
step S3, tracing a target tracing signal by taking the target tracing time point as a starting point according to the current tracing configuration information, obtaining target tracing information, storing the target tracing information and the current tracing configuration information into the preset debugging database, and then executing step S4;
step S4, presenting a target tracing result in a source file window based on the target tracing information, wherein the presenting of the target tracing result comprises the following steps: labeling a tracing expression corresponding to the target tracing signal in the source file based on the target tracing information, and presenting corresponding influence signal information in the source file window when the influence signal identifier is selected.
According to a second aspect of the present application, there is provided an electronic device comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor, the instructions being arranged to perform the method according to the first aspect of the application.
According to a third aspect of the present application there is provided a computer readable storage medium storing computer executable instructions for performing the method of the first aspect of the present application.
Compared with the prior art, the application has obvious advantages and beneficial effects. By means of the technical scheme, the signal tracing method, the electronic equipment and the medium based on the source file window can achieve quite technical progress and practicality, have wide industrial utilization value, and have at least the following beneficial effects:
according to the method and the device, the signal tracing request is obtained through the source file window, the target tracing information is stored in the preset debugging database, the target tracing result is directly displayed in the source file window, the source code window and the tracing tree window do not need to be switched back and forth to be checked, the target tracing result can be displayed more clearly and intuitively, the signal tracing process is simplified, and the signal tracing efficiency is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings required for the description of the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a signal tracing method based on a source file window according to an embodiment of the present application;
FIG. 2 is a diagram of source file code for displaying a source file window according to an embodiment of the present application;
fig. 3 is a schematic diagram of a target trace back result displayed in a source file window according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to fall within the scope of the application.
The embodiment of the application provides a signal tracing method based on a source file window, which is shown in figure 1 and comprises the following steps of;
step S1, acquiring a signal tracing request based on a source file window, and analyzing the signal tracing request to acquire a target tracing signal and a target tracing time point.
Specifically, the signal tracing request may be obtained in the form of a double-click signal in the source file window, and the target tracing signal and the target tracing time point may be determined by analyzing the signal tracing request, as in the example shown in fig. 2, when the value of the signal r2 at the time 5 is found to be not the desired value, the r2 signal corresponding to the time 5 may be double-clicked.
Step S2, acquiring current tracing configuration information, if target tracing information which corresponds to the current tracing configuration information and takes the target tracing time point as a starting point exists in a preset debugging database, directly executing step S4, wherein the target tracing information comprises tracing expression information and influence signal information, and otherwise, executing step S3.
It should be noted that, the trace back configuration information may be adjusted in real time, so when the target trace back information is stored in the preset debug database, the corresponding current trace back configuration information needs to be stored, and only the target trace back signal, the target trace back time point and the current trace back configuration information which are the same can be reused.
And S3, tracing the target tracing signal by taking the target tracing time point as a starting point according to the current tracing configuration information, obtaining target tracing information, storing the target tracing information and the current tracing configuration information into the preset debugging database, and executing the step S4.
Step S4, presenting a target tracing result in a source file window based on the target tracing information, wherein the presenting of the target tracing result comprises the following steps: labeling a tracing expression corresponding to the target tracing signal in the source file based on the target tracing information, and presenting corresponding influence signal information in the source file window when the influence signal identifier is selected.
The method and the device can directly present the target tracing result in the source file window based on the target tracing information stored in the preset debugging database, and can directly check the corresponding influence signal information in the source file window when the influence signal identifier is selected. The method has the advantages that the source code window and the trace tree window do not need to be switched back and forth to be checked, the target trace result can be clearly and intuitively presented, the signal trace process is simplified, and the signal trace efficiency is improved.
As an embodiment, in the step S2, the current traceback configuration information includes: one or more of Scope of traceback, whether cross instances are needed, whether negative results need to be displayed. It should be noted that, the tracing range is used to limit the module range that can be described in detail, and may be set to only trace back the module of the current trigger signal tracing request, or further trace back to any module between the module of the current trigger signal tracing request to the top module, or further trace back to the top module. If the cross-instance is needed, the related information in other instances can be traced back besides tracing back the instance of the current trigger signal tracing back request if the cross-instance is needed, otherwise, only the content in the instance of the current trigger signal tracing back request can be traced back. The negative result refers to determining a traceability expression which cannot influence the target traceability signal, and if the traceability expression is set to be required to display the negative result, the traceability expression which cannot influence the target traceability signal is required to be displayed in the source file window, so that a reference is provided for a user, and the traceability result is more visual. If the negative result is set to be not required to be displayed, a tracing expression incapable of influencing the target tracing signal does not need to be displayed in a source file window. Specific traceback configuration information may be set according to specific application requirements.
As an embodiment, the method further comprises:
step S10, acquiring a traceability configuration information changing instruction.
And step S20, changing the current tracing configuration information according to the tracing configuration information changing instruction.
The modified trace back configuration information may be one or more of trace back scope, whether cross-instance is required, whether a negative result needs to be displayed, through steps S10-S20.
As an embodiment, the step S3 includes:
and S31, calling a preset Trace Engine to Trace the target tracing signal in the tracing range by taking the target tracing time point as a starting point, and tracing across an instance in the tracing range if the current tracing configuration information is set to Trace across the instance.
Step S32, a tracing expression corresponding to a target tracing signal, time corresponding to the tracing expression, the position of the tracing expression in a source file and the range of the tracing expression are obtained, and tracing expression information is generated; and acquiring the signal name, the signal value and the corresponding time of the influence signal, the position of the influence signal in the source file and the range of the influence signal corresponding to the target tracing signal, and generating the target tracing information.
It should be noted that, the existing trace back engine can implement tracing back the target trace back signal with the target trace back time point as a starting point, and acquire the information in step S32. Specific implementation details are not described here.
As an embodiment, in the step S32, if the current traceback configuration information is set to display a negative result, the traceback expression corresponding to the target traceback signal includes determining a traceback expression (Active) capable of affecting the target traceback signal, a traceback expression (Possible) capable of affecting the target traceback signal, and determining a traceback expression (Inactive) incapable of affecting the target traceback signal; and if the current tracing back configuration information is set to not display a negative result, determining the tracing back expression corresponding to the target tracing back signal and determining the tracing back expression capable of influencing the target tracing back signal and the tracing back expression possibly influencing the target tracing back signal.
As an embodiment, the step S4 includes:
and S41, marking the traceability expression capable of influencing the target traceability signal, the traceability expression possibly influencing the target traceability signal and the traceability expression capable of not influencing the target traceability signal in different marking forms on the basis of the target traceability information in the source file window.
In particular, different expressions may be labeled with different colors, shapes, or the like, or may be highlighted in different colors. On the basis of the source code shown in fig. 2, the r2 signal corresponding to the double click time 5 is traced back, the value of r2 is changed by the signal r1 in the expression # 5r2=r1 of the 7 th row can be determined through tracing back, and the tracing back expression of the target tracing back signal can be influenced by the 7 th row determination. Whereas the expressions on lines 4 and 8 are unlikely to change the value of r2, lines 4 and 8 determine the trace-back expression that cannot affect the target trace-back signal. The final presentation results are shown in fig. 3, with the 4 th and 8 th rows marked with dark color identification and the 7 th row marked with light color identification.
And step S42, when the influence signal identifier is selected from the tracing-back expression capable of influencing the target tracing-back signal or the tracing-back expression capable of influencing the target tracing-back signal, acquiring corresponding influence signal information from the preset debugging database, and displaying the corresponding influence signal information in the source file window in a floating window mode.
In the example shown in fig. 3, r1 is corresponding influence signal information, and when the mouse moves to r1 corresponding to line 7, the corresponding influence signal information is displayed in the source file window in a floating window form, and specifically includes a signal name (driver signal), a state (state), a time (time), a value (value), and the like. It should be noted that fig. 3 is only an example, and the specific information of the influence signal presented may be increased or decreased according to the specific application requirement.
As an example, if there are multiple tracing ranges, there may be a case where the source file window cannot display all the target tracing results, at this time, it is necessary to select information with higher priority from the target tracing results for presentation, specifically, in step S41, a tracing range including the tracing request position of the acquisition signal is preferentially presented, and if there are multiple tracing expressions in the tracing range currently presented, a tracing expression closest to the tracing request position of the acquisition signal is preferentially presented.
In the existing tracing, when another signal needs to be traced continuously, an additional tracing operation needs to be started, and the tracing time starting point is the moment corresponding to the code line triggering the signal, which cannot be on the premise of the previous target tracing result. In the present application, the other signal may be directly traced based on the above target tracing result, specifically, the step S4 includes:
and step S5, if a continuous tracing instruction generated based on the influence signal is acquired, taking the influence signal as a target tracing signal, taking the tracing time in the influence signal information corresponding to the influence signal currently as a target tracing time point, and returning to the step S2.
Still take fig. 3 as an example, when r1 needs to be traced further, r1 needs to be traced further directly based on the influence signal information corresponding to r1 as a starting point, and another tracing operation is not needed to be traced again based on r 1.
It should be noted that some exemplary embodiments are described as a process or a method depicted as a flowchart. Although a flowchart depicts steps as a sequential process, many of the steps may be implemented in parallel, concurrently, or with other steps. Furthermore, the order of the steps may be rearranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figures. The processes may correspond to methods, functions, procedures, subroutines, and the like.
The embodiment of the application also provides electronic equipment, which comprises: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor, the instructions being configured to perform the methods of embodiments of the present application.
The embodiment of the application also provides a computer readable storage medium, which stores computer executable instructions for executing the method according to the embodiment of the application.
According to the embodiment of the application, the signal tracing request is obtained through the source file window, the target tracing information is stored in the preset debugging database, the target tracing result is directly presented in the source file window, the source code window and the tracing tree window do not need to be switched back and forth for checking, the target tracing result can be presented more clearly and intuitively, the signal tracing process is simplified, a user is quickly and effectively helped to find a place where the target tracing signal is changed, and the signal tracing efficiency is improved.
The present application is not limited to the above-mentioned embodiments, but is intended to be limited to the following embodiments, and any modifications, equivalents and modifications can be made to the above-mentioned embodiments without departing from the scope of the application.

Claims (10)

1. A signal tracing method based on a source file window is characterized by comprising the following steps of;
step S1, acquiring a signal tracing request based on a source file window, and analyzing the signal tracing request to acquire a target tracing signal and a target tracing time point;
step S2, acquiring current traceability configuration information, if target traceability information which corresponds to the current traceability configuration information and takes the target traceability time point as a starting point exists in a preset debugging database, directly executing step S4, wherein the target traceability information comprises traceability expression information and influence signal information, and otherwise, executing step S3;
step S3, tracing a target tracing signal by taking the target tracing time point as a starting point according to the current tracing configuration information, obtaining target tracing information, storing the target tracing information and the current tracing configuration information into the preset debugging database, and then executing step S4;
step S4, presenting a target tracing result in a source file window based on the target tracing information, wherein the presenting of the target tracing result comprises the following steps: labeling a tracing expression corresponding to the target tracing signal in the source file based on the target tracing information, and presenting corresponding influence signal information in the source file window when the influence signal identifier is selected.
2. The method of claim 1, wherein the step of determining the position of the substrate comprises,
in the step S2, the current traceback configuration information includes: one or more of traceback scope, whether cross-instances are needed, whether negative results need to be displayed.
3. A method according to claim 1 or 2, characterized in that,
the method further comprises the steps of:
s10, acquiring a traceability configuration information changing instruction;
and step S20, changing the current tracing configuration information according to the tracing configuration information changing instruction.
4. The method of claim 2, wherein the step of determining the position of the substrate comprises,
the step S3 includes:
step S31, calling a preset tracing engine to trace a target tracing signal in the tracing range by taking the target tracing time point as a starting point, and tracing the tracing in the tracing range by crossing the example if the current tracing configuration information is set to tracing by crossing the example;
step S32, a tracing expression corresponding to a target tracing signal, time corresponding to the tracing expression, the position of the tracing expression in a source file and the range of the tracing expression are obtained, and tracing expression information is generated; and acquiring the signal name, the signal value and the corresponding time of the influence signal, the position of the influence signal in the source file and the range of the influence signal corresponding to the target tracing signal, and generating the target tracing information.
5. The method of claim 4, wherein the step of determining the position of the first electrode is performed,
if the current tracing configuration information is set to display a negative result, determining a tracing expression which can influence the target tracing signal, a tracing expression which can influence the target tracing signal and a tracing expression which cannot influence the target tracing signal; and if the current tracing back configuration information is set to not display a negative result, determining the tracing back expression corresponding to the target tracing back signal and determining the tracing back expression capable of influencing the target tracing back signal and the tracing back expression possibly influencing the target tracing back signal.
6. The method of claim 2, wherein the step of determining the position of the substrate comprises,
the step S4 includes:
step S41, marking a traceability expression capable of influencing the target traceability signal, a traceability expression possibly influencing the target traceability signal and a traceability expression which is determined to be incapable of influencing the target traceability signal in different marking forms on the source file window based on the target traceability information;
and step S42, when the influence signal identifier is selected from the tracing-back expression capable of influencing the target tracing-back signal or the tracing-back expression capable of influencing the target tracing-back signal, acquiring corresponding influence signal information from the preset debugging database, and displaying the corresponding influence signal information in the source file window in a floating window mode.
7. The method of claim 6, wherein the step of providing the first layer comprises,
if there are multiple tracing ranges, in step S41, the tracing range including the tracing request position of the obtaining signal is preferentially presented, and if there are multiple tracing expressions in the tracing range currently presented, the tracing expression closest to the tracing request position of the obtaining signal is preferentially presented.
8. The method of claim 1, wherein the step of determining the position of the substrate comprises,
the step S4 includes:
and step S5, if a continuous tracing instruction generated based on the influence signal is acquired, taking the influence signal as a target tracing signal, taking the tracing time in the influence signal information corresponding to the influence signal currently as a target tracing time point, and returning to the step S2.
9. An electronic device, comprising:
at least one processor;
and a memory communicatively coupled to the at least one processor;
wherein the memory stores instructions executable by the at least one processor, the instructions being arranged to perform the method of any of the preceding claims 1-8.
10. A computer readable storage medium, characterized in that computer executable instructions are stored for performing the method of any of the preceding claims 1-8.
CN202311184588.6A 2023-09-14 2023-09-14 Signal tracing method based on source file window, electronic equipment and medium Active CN116975129B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311184588.6A CN116975129B (en) 2023-09-14 2023-09-14 Signal tracing method based on source file window, electronic equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311184588.6A CN116975129B (en) 2023-09-14 2023-09-14 Signal tracing method based on source file window, electronic equipment and medium

Publications (2)

Publication Number Publication Date
CN116975129A CN116975129A (en) 2023-10-31
CN116975129B true CN116975129B (en) 2023-11-24

Family

ID=88478189

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311184588.6A Active CN116975129B (en) 2023-09-14 2023-09-14 Signal tracing method based on source file window, electronic equipment and medium

Country Status (1)

Country Link
CN (1) CN116975129B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117762889B (en) * 2024-02-20 2024-04-19 成都融见软件科技有限公司 Same-file multi-window state synchronization method, electronic equipment and medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104581088A (en) * 2015-02-05 2015-04-29 苏州得尔达国际物流有限公司 Traceable video monitoring system for intelligent storage
CN105741121A (en) * 2016-02-15 2016-07-06 深圳市我家网络科技有限公司 Method for compiling and storing product tracing information based on entry quotation
CN108664380A (en) * 2017-03-30 2018-10-16 中国航空工业集团公司西安航空计算技术研究所 Software debugging system and adjustment method after a kind of execution shown with performance
CN110019182A (en) * 2017-08-15 2019-07-16 华为技术有限公司 A kind of data traceability method and device
CN112115611A (en) * 2020-09-18 2020-12-22 南京国睿防务系统有限公司 Collaborative simulation management system
CN112488489A (en) * 2020-11-26 2021-03-12 江苏科技大学 Method and system for tracing and dynamically controlling machining quality driven by digital twin
CN112800290A (en) * 2021-03-17 2021-05-14 深圳赛动生物自动化有限公司 Tracing data acquisition method, device and equipment
CN113988892A (en) * 2021-11-15 2022-01-28 江西省智慧物联研究院有限公司 Salt system of traceing back based on thing networking commonality platform
CN114003618A (en) * 2021-09-16 2022-02-01 杭州美创科技有限公司 Database information change tracing method and device, computer equipment and storage medium
CN114327982A (en) * 2021-12-28 2022-04-12 深圳市伊力科电源有限公司 Diagnostic data storage method, apparatus and computer readable storage medium
CN115437961A (en) * 2022-10-20 2022-12-06 中国农业银行股份有限公司 Data processing method and device, electronic equipment and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7877642B2 (en) * 2008-10-22 2011-01-25 International Business Machines Corporation Automatic software fault diagnosis by exploiting application signatures
US20220027249A1 (en) * 2020-07-23 2022-01-27 Vmware, Inc. Automated methods and systems for troubleshooting problems in a distributed computing system
US20230236955A1 (en) * 2022-01-21 2023-07-27 Oracle International Corporation Application performance monitoring for monolithic applications and distributed systems

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104581088A (en) * 2015-02-05 2015-04-29 苏州得尔达国际物流有限公司 Traceable video monitoring system for intelligent storage
CN105741121A (en) * 2016-02-15 2016-07-06 深圳市我家网络科技有限公司 Method for compiling and storing product tracing information based on entry quotation
CN108664380A (en) * 2017-03-30 2018-10-16 中国航空工业集团公司西安航空计算技术研究所 Software debugging system and adjustment method after a kind of execution shown with performance
CN110019182A (en) * 2017-08-15 2019-07-16 华为技术有限公司 A kind of data traceability method and device
CN112115611A (en) * 2020-09-18 2020-12-22 南京国睿防务系统有限公司 Collaborative simulation management system
CN112488489A (en) * 2020-11-26 2021-03-12 江苏科技大学 Method and system for tracing and dynamically controlling machining quality driven by digital twin
CN112800290A (en) * 2021-03-17 2021-05-14 深圳赛动生物自动化有限公司 Tracing data acquisition method, device and equipment
CN114003618A (en) * 2021-09-16 2022-02-01 杭州美创科技有限公司 Database information change tracing method and device, computer equipment and storage medium
CN113988892A (en) * 2021-11-15 2022-01-28 江西省智慧物联研究院有限公司 Salt system of traceing back based on thing networking commonality platform
CN114327982A (en) * 2021-12-28 2022-04-12 深圳市伊力科电源有限公司 Diagnostic data storage method, apparatus and computer readable storage medium
CN115437961A (en) * 2022-10-20 2022-12-06 中国农业银行股份有限公司 Data processing method and device, electronic equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Improved bug localization based on code change histories and bug reports;Klaus Changsun Youm 等;《Information and Software Technology》;第82卷;177-192 *
基于逻辑解析的核电站事件溯源日志分析系统的设计与实现;祁武振;《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》(第03期);C040-40 *

Also Published As

Publication number Publication date
CN116975129A (en) 2023-10-31

Similar Documents

Publication Publication Date Title
CN116975129B (en) Signal tracing method based on source file window, electronic equipment and medium
US9342437B2 (en) Backward post-execution software debugger
US8914777B2 (en) Forward post-execution software debugger
US7770155B2 (en) Debugger apparatus and method for indicating time-correlated position of threads in a multi-threaded computer program
US8756460B2 (en) Test selection based on an N-wise combinations coverage
US8935673B1 (en) System and method for debugging computer program based on execution history
CN107506300B (en) User interface testing method, device, server and storage medium
US20120151451A1 (en) Post-execution software debugger with event display
CN107015901B (en) Log analysis method and device
US20110289373A1 (en) Electornic Design Emulation Display Tool
CN110741354A (en) Presenting differences between code entity invocations
CN114896173B (en) Data processing system for target data path display
EP3547110B1 (en) Code correction
US20080184150A1 (en) Electronic circuit design analysis tool for multi-processor environments
US9563541B2 (en) Software defect detection identifying location of diverging paths
US9658939B2 (en) Identifying a defect density
CN108845924B (en) Control response area display control method, electronic device, and storage medium
US7827540B2 (en) Method for program debugging
CN111176986B (en) Thread script debugging method and device, computer equipment and storage medium
CN110413515A (en) A kind of bios code walks checking method, system and code walkthrough tool automatically
CN100472472C (en) GUI test and drive method under Windows platform based on MSAA
CN111125990A (en) Method for judging result correctness of parasitic parameters
CN110991147B (en) Font detection method and device, electronic equipment and storage medium
CN113468355A (en) Display mother board data management method and device
CN117762889B (en) Same-file multi-window state synchronization method, electronic equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant