CN114048086A - Analyzer performance analysis method, apparatus, device, medium and program product - Google Patents

Analyzer performance analysis method, apparatus, device, medium and program product Download PDF

Info

Publication number
CN114048086A
CN114048086A CN202111318421.5A CN202111318421A CN114048086A CN 114048086 A CN114048086 A CN 114048086A CN 202111318421 A CN202111318421 A CN 202111318421A CN 114048086 A CN114048086 A CN 114048086A
Authority
CN
China
Prior art keywords
sub
event
events
displaying
relationship
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.)
Pending
Application number
CN202111318421.5A
Other languages
Chinese (zh)
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.)
Beijing ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance Network Technology 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 Beijing ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN202111318421.5A priority Critical patent/CN114048086A/en
Publication of CN114048086A publication Critical patent/CN114048086A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/26Functional testing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The present disclosure relates to analyzer performance analysis methods, apparatus, devices, media and program products comprising: responding to the trigger of the target event, and acquiring the hierarchical relationship and the time sequence relationship among a plurality of sub-events corresponding to the target event; and displaying the multiple sub-events in the event window based on the hierarchical relationship and the time sequence relationship among the multiple sub-events, wherein the sub-events of the same level are displayed according to the time sequence relationship, and the sub-events of different levels are displayed according to the hierarchical relationship, so that a user can visually analyze the performance state of the target event according to the state information of each event in the target event.

Description

Analyzer performance analysis method, apparatus, device, medium and program product
Technical Field
The present disclosure relates to the field of analyzer performance analysis technologies, and in particular, to an analyzer performance analysis method, apparatus, device, medium, and program product.
Background
The analysis platform is a platform for analyzing the performance degradation indexes of the application program for a performance engineer, and consists of a plurality of analyzers, wherein the analyzers are used for capturing data and analyzing, and different analyzers are used for different performance scenes and functions.
In the prior art, only a primary event in a target event is displayed in an analyzer, and when a sub-event under the primary event needs to be acquired, an expansion control needs to be triggered and the sub-event under the current primary event is displayed in a corresponding display area.
In the prior art, it is impossible to display all sub-events in a target event on one display page, and the event timing relationship and the hierarchical relationship of all sub-events in the target event cannot be visually represented.
Disclosure of Invention
In order to solve the above technical problem or at least partially solve the above technical problem, the present disclosure provides an analyzer performance analysis method, apparatus, device, medium, and program product, which enable a user to intuitively analyze a performance state of a target event according to state information of each event in the target event.
In a first aspect, an embodiment of the present disclosure provides an analyzer performance analysis method, including:
responding to the trigger of a target event, and acquiring the hierarchical relationship and the time sequence relationship among a plurality of sub-events corresponding to the target event;
and displaying the sub-events in the event window based on the hierarchical relationship and the time sequence relationship among the sub-events, wherein the sub-events in the same level are displayed according to the time sequence relationship, and the sub-events in different levels are displayed according to the hierarchical relationship.
Optionally, the displaying the multiple sub-events in the event window based on the hierarchical relationship and the timing relationship between the multiple sub-events includes:
and displaying the sub-events in an event window based on the hierarchical relationship, the time sequence relationship and the execution time of each sub-event among the sub-events, and displaying the length of a display main body of each sub-event according to the execution time of each sub-event.
Optionally, the display main body of each sub-event further displays the execution time corresponding to the sub-event.
Optionally, the displaying the multiple sub-events in an event window based on the hierarchical relationship, the timing relationship, and the execution time of each sub-event among the multiple sub-events includes:
displaying the sub-events in an event window based on the hierarchical relationship, the timing relationship, the execution time of each sub-event and the execution interval time between the sub-events, displaying the length of the display main body of each sub-event according to the execution time of each sub-event, and displaying the length of the circulation bar between the display main bodies according to the execution time interval between the sub-events.
Optionally, the display main body of the sub-event further displays state identification information, where the state identification information is used to identify whether the sub-event fails.
Optionally, the presence or absence of a sub-level for a sub-event is indicated by the color of the display subject of the sub-event.
Optionally, the method further includes:
in response to the triggering operation of a pull-down control of a sub-event with a sub-level, displaying a sub-level corresponding to the sub-event in an event interval corresponding to the sub-event, displaying a starting auxiliary line at an event starting position corresponding to the sub-event, and displaying a stopping auxiliary line at an event stopping position corresponding to the sub-event, wherein the event interval is determined by an event starting time and an event stopping time corresponding to the sub-event.
Optionally, the displaying the multiple sub-events in the event window based on the hierarchical relationship and the timing relationship between the multiple sub-events includes:
displaying the plurality of sub-events in an event window in an equal proportion manner based on the hierarchical relationship and the timing relationship among the plurality of sub-events and the number of sub-events in the target event.
Optionally, the method further includes:
in response to a trigger to the time axis control, displaying the plurality of sub-events corresponding to the target time in the event window.
In a second aspect, an embodiment of the present disclosure provides an analyzer performance analysis apparatus, including:
the relationship display module is used for responding to triggering of a target event and acquiring the hierarchical relationship and the time sequence relationship among a plurality of sub-events corresponding to the target event;
and the sub-event display module is used for displaying the sub-events in the event window based on the hierarchical relationship and the time sequence relationship among the sub-events, wherein the sub-events in the same level are displayed according to the time sequence relationship, and the sub-events in different levels are displayed according to the hierarchical relationship.
In a third aspect, an embodiment of the present disclosure provides an electronic device, including:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement a method as in any one of the first aspects.
In a fourth aspect, the embodiments of the present disclosure provide a computer storage medium on which a computer program is stored, which when executed by a processor, implements the method according to any one of the first aspect.
In a fifth aspect, embodiments of the present disclosure provide a computer program product which, when run on a computer, causes the computer to perform the steps of the method according to any one of the first aspect.
Compared with the prior art, the technical scheme provided by the embodiment of the disclosure has the following advantages:
the analyzer performance analysis method, device, equipment, medium and program product provided by the embodiment of the disclosure obtain the hierarchical relationship and the time sequence relationship between a plurality of sub-events corresponding to a target event; and displaying the multiple sub-events in the event window based on the hierarchical relationship and the time sequence relationship among the multiple sub-events, wherein the sub-events of the same level are displayed according to the time sequence relationship, and the sub-events of different levels are displayed according to the hierarchical relationship, so that the complete process of displaying the target event in the event window is realized, and a user can search the sub-events under the target event according to the hierarchical relationship and the time sequence relationship of the multiple sub-events in the target event.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present disclosure, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
FIG. 1 is a schematic flow chart diagram of a method for analyzing analyzer performance according to an embodiment of the present disclosure;
FIG. 2 is a schematic diagram of an interface structure of an analyzer performance analysis method according to an embodiment of the present disclosure;
FIG. 3 is a flow chart diagram of another analyzer performance analysis method provided by embodiments of the present disclosure;
FIG. 4 is a schematic interface structure diagram of another analyzer performance analysis method provided by the embodiments of the present disclosure;
FIG. 5 is a schematic diagram of an interface structure of another analyzer performance analysis method provided by an embodiment of the present disclosure;
FIG. 6 is a flow chart illustrating yet another analyzer performance analysis method provided by an embodiment of the present disclosure;
FIG. 7 is a schematic diagram of an interface structure of another analyzer performance analysis method provided by an embodiment of the present disclosure;
FIG. 8 is a schematic diagram of an interface structure of another analyzer performance analysis method provided by an embodiment of the present disclosure;
FIG. 9 is a schematic diagram of an interface structure of another analyzer performance analysis method provided by an embodiment of the present disclosure;
FIG. 10 is a flow chart illustrating yet another analyzer performance analysis method provided by an embodiment of the present disclosure;
FIG. 11 is a schematic diagram of an interface structure of another analyzer performance analysis method provided by an embodiment of the present disclosure;
FIG. 12 is a flow chart illustrating yet another analyzer performance analysis method provided by an embodiment of the present disclosure;
fig. 13 is a schematic structural diagram of an analyzer performance analysis device according to an embodiment of the present disclosure;
fig. 14 is a schematic structural diagram of an electronic device provided in an embodiment of the present disclosure.
Detailed Description
In order that the above objects, features and advantages of the present disclosure may be more clearly understood, aspects of the present disclosure will be further described below. It should be noted that the embodiments and features of the embodiments of the present disclosure may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present disclosure, but the present disclosure may be practiced in other ways than those described herein; it is to be understood that the embodiments disclosed in the specification are only a few embodiments of the present disclosure, and not all embodiments.
Illustratively, the present disclosure provides an analyzer performance analysis method, apparatus, electronic device, computer storage medium, and computer program product, which obtain a hierarchical relationship and a time sequence relationship between a plurality of sub-events corresponding to a target event; and displaying the multiple sub-events in the event window based on the hierarchical relationship and the time sequence relationship among the multiple sub-events, wherein the sub-events of the same level are displayed according to the time sequence relationship, and the sub-events of different levels are displayed according to the hierarchical relationship, so that a complete process of displaying the target event in the event window is realized, and a user can search the sub-events under the target event according to the hierarchical relationship and the time sequence relationship of the multiple sub-events in the target event.
The analyzer performance analysis method of the present disclosure is executed by an electronic device or an application program, a web page, a public number, and the like in the electronic device. The electronic device may be a tablet computer, a mobile phone, a wearable device, an in-vehicle device, an Augmented Reality (AR)/Virtual Reality (VR) device, a notebook computer, an ultra-mobile personal computer (UMPC), a netbook, a Personal Digital Assistant (PDA), a smart television, a smart screen, a high definition television, a 4K television, a smart speaker, a smart projector, and the like, and the specific type of the electronic device is not limited in this disclosure.
The present disclosure does not limit the type of operating system of the electronic device. For example, an Android system, a Linux system, a Windows system, an iOS system, etc.
Based on the foregoing description, the embodiments of the present disclosure will take an electronic device as an example, and the performance analysis method provided by the present disclosure is elaborated in combination with an application scenario.
As shown in fig. 1, the analyzer performance analysis method includes:
and S10, responding to the trigger of the target event, and acquiring the hierarchical relationship and the time sequence relationship among the multiple sub-events corresponding to the target event.
The target event comprises a plurality of sub-events, and different sub-events comprise a hierarchical relationship and a time sequence relationship.
The performance analysis platform comprises different analyzers, the different analyzers are used for analyzing the performance of events in different scenes, and when the performance of the events is obtained, the target analyzers corresponding to the events are obtained on the performance analysis platform.
For example, as shown in fig. 2, the target analyzer in the performance analysis platform is Tracing, and the target event is Trace1, and after the performance analysis platform triggers the target event Trace1 in the target analyzer Tracing, the hierarchical relationship and the time-series relationship between multiple sub-events corresponding to the target event are obtained.
Specifically, the hierarchical relationship refers to the inclusion relationship between sub-events, and the timing relationship refers to the occurrence sequence of the sub-events. For example, the target events include sub-event 1, sub-event 2, sub-event 3,. and sub-event n, etc., where there is a timing relationship between sub-event 1, sub-event 2, sub-event 4, and sub-event 5, a timing relationship between sub-event 1, sub-event 3, and sub-event 5, a timing relationship between sub-event 6, sub-event 7, and sub-event 8, a timing relationship between sub-event 9 and sub-event 10, and a timing relationship between sub-event 11 and sub-event 12, while there is a hierarchical relationship between sub-event 4, sub-event 6, sub-event 7, and sub-event 8, a hierarchical relationship between sub-event 7, sub-event 11, and sub-event 12, and a hierarchical relationship between sub-event 3, sub-event 9, and sub-event 10.
And S20, displaying the sub-events in the event window based on the hierarchical relationship and the time sequence relationship among the sub-events.
The sub-events of the same level are displayed according to a time sequence relation, and the sub-events of different levels are displayed according to a level relation.
As shown in fig. 2, in the process of displaying a plurality of sub-events in the event window, the display is performed based on the hierarchical relationship and the timing relationship between the plurality of sub-events. Illustratively, a timing relationship exists between a sub-event 1 and a sub-event 2, the sub-event 1 is displayed before the timing of the sub-event 2, then the sub-event 2 is displayed, a timing relationship exists between the sub-event 2 and the sub-event 4, the sub-event 2 is displayed before the timing of the sub-event 4, then the sub-event 2 is displayed, then the sub-event 4 is displayed, a timing relationship exists between the sub-event 4 and the sub-event 5, the sub-event 4 is displayed before the timing of the sub-event 5, then the sub-event 4 is displayed, then the sub-event 5 is displayed, and so on, the display is performed according to the timing relationship among the sub-events.
In addition, since the sub-event 3 includes the sub-event 9 and the sub-event 10, that is, the sub-event 3, the sub-event 9 and the sub-event 10 have a hierarchical relationship, and the sub-event 9 and the sub-event 10 are sub-events of a next hierarchy corresponding to the sub-event 3, the sub-event 9 and the sub-event 10 are displayed at a next hierarchy corresponding to the sub-event 3, and so on, and display is performed according to the hierarchical relationship between the sub-events.
The analyzer performance analysis method provided by the embodiment of the disclosure obtains a hierarchical relationship and a time sequence relationship between a plurality of sub-events corresponding to a target event; and displaying the multiple sub-events in the event window based on the hierarchical relationship and the time sequence relationship among the multiple sub-events, wherein the sub-events of the same hierarchy are displayed according to the time sequence relationship, and the sub-events of different hierarchies are displayed according to the hierarchical relationship, so that the complete process of displaying the target event in the event window is realized, and a user can search the sub-events under the target event according to the hierarchical relationship and the time sequence relationship of the multiple sub-events in the target event.
Fig. 3 is a flowchart illustrating another analyzer performance analysis method provided in an embodiment of the present disclosure, where on the basis of the foregoing embodiment, as shown in fig. 3, another implementable manner of step S20 includes:
and S21, displaying the multiple sub-events in the event window based on the hierarchical relationship and the time sequence relationship among the multiple sub-events and the execution time of each sub-event, and displaying the length of the display main body of each sub-event according to the execution time of each sub-event.
Illustratively, as shown in fig. 4, a plurality of sub-events of the target event Trace1 are displayed in the event window 100, where sub-event 1 starts from a t11 event, ends at a t12 event, the execution time t 1-t 12-t11 of the sub-event, sub-event 2 starts from a t21 event, ends at a t22 event, the execution time t 2-t 22-t21 of the sub-event, sub-event 3 starts from a t31 event, ends at a t32 event, the execution time t 3-t 32-t31 of the sub-event, sub-event 4 starts from a t41 event, ends at a t42 event, the execution time t 4-t 42-t41 of the sub-event, sub-event 5 starts from a t51 event, ends at a t52 event, and the execution time t 5-t 52-t51 of the sub-event. When a plurality of sub-events are displayed in the event window, the length of the display main body of each sub-event is displayed according to the execution time of each sub-event.
In one implementation, the display main body of each sub-event also displays the execution time corresponding to the sub-event.
For example, as shown in fig. 5, by displaying the execution time corresponding to each sub-event on the display main body of each sub-event, the user can obtain the execution time of each sub-event.
It should be noted that the above embodiment exemplarily shows that the execution time corresponding to the sub-event is displayed on the display main bodies of the sub-event 1, the sub-event 4, and the sub-event 3, and the execution time corresponding to the sub-event is not displayed on the display main bodies of the other sub-events. Since the length of the execution body in which some sub-events exist is short, when the event name corresponding to the sub-event is large, all event names corresponding to the sub-event cannot be displayed, and therefore, the execution time corresponding to the sub-event cannot be displayed, at this time, the specific event name corresponding to the sub-event and the execution time corresponding to the sub-event can be displayed by moving a cursor such as a mouse to the execution body corresponding to the sub-event.
According to the analyzer performance analysis method provided by the embodiment of the disclosure, the multiple sub-events are displayed in the event window based on the hierarchical relationship and the time sequence relationship among the multiple sub-events and the execution time of each sub-event, and the length of the display main body of each sub-event is displayed according to the execution time of each sub-event, so that a user can intuitively acquire the execution time of each sub-event.
Fig. 6 is a flowchart illustrating a further analyzer performance analysis method provided by an embodiment of the present disclosure, where the embodiment of the present disclosure is based on the corresponding embodiment of fig. 3, and as shown in fig. 6, one implementation manner of step S21 includes:
s210, displaying the multiple sub-events in an event window based on the hierarchical relationship and the time sequence relationship among the multiple sub-events, the execution time of each sub-event and the execution interval time among the sub-events, displaying the length of a display main body of each sub-event according to the execution time of each sub-event, and displaying the length of a circulation bar among the main bodies according to the execution time interval among the sub-events.
And displaying a plurality of sub-events corresponding to the target event in a distributed manner in the event window, wherein a flow transition bar is included between different sub-events. As shown in fig. 7, the target event includes that a timing relationship exists between a sub-event 1, a sub-event 2, a sub-event 4 and a sub-event 5, a timing relationship exists between a sub-event 1, a sub-event 3 and a sub-event 5, a timing relationship exists between a sub-event 6, a sub-event 7 and a sub-event 8, a timing relationship exists between a sub-event 9 and a sub-event 10, and a timing relationship exists between a sub-event 11 and a sub-event 12, while a hierarchical relationship exists between a sub-event 4, a sub-event 6, a sub-event 7 and a sub-event 8, a hierarchical relationship exists between a sub-event 7, a sub-event 11 and a sub-event 12, a hierarchical relationship exists between a sub-event 3, a sub-event 9 and a sub-event 10, a hierarchical relationship exists between a sub-event 1 and a sub-event 2, an event bar L1 is included between a sub-event 1 and a sub-event 3, a bar L2 is included between a sub-event 2 and a sub-event 4, a bar L3 is included between a sub-event 2, a flow bar L4 is included between the sub-event 4 and the sub-event 5, a flow bar L5 is included between the sub-event 3 and the sub-event 5, a flow bar L31 is included between the sub-event 3 and the sub-event 9, a flow bar L32 is included between the sub-event 9 and the sub-event 10, a flow bar L41 is included between the sub-event 4 and the sub-event 6, a flow bar L42 is included between the sub-event 6 and the sub-event 7, a flow bar L43 is included between the sub-event 7 and the sub-event 8, a flow bar L421 is included between the sub-event 7 and the sub-event 11, and a flow bar L422 is included between the sub-event 11 and the sub-event 12.
After determining the hierarchical relationship, the timing relationship, the execution time of each sub-event, and the execution interval time between sub-events among the plurality of sub-events, the length of the flow bar between the display subjects is displayed according to the execution time interval between the sub-events, and illustratively, the length of the flow bar between sub-event 2 and sub-event 1 is determined by t21 and t 12.
In addition, when the user triggers the stream turn bar, the stream turn time is displayed on the stream turn bar. Illustratively, as shown in fig. 8, a transition bar L5 is included between the sub-event 3 and the sub-event 5, the event start time of the sub-event 3 is t31, the event end time is t32, the event start time of the sub-event 5 is t51, and the event end time is t52, when the event transition time between the sub-event 3 and the sub-event 5 is displayed on the transition bar L5, and the event transition time between the sub-event 3 and the sub-event 5 is the difference between t51 and t 32.
In one implementation, the display main body of the sub-event further displays state identification information, and the state identification information is used for identifying whether the sub-event fails or not.
Illustratively, as shown in FIG. 9, the corresponding sub-event 5 identifies sub-event 5 as a failed sub-event.
In another implementation, the presence of a sub-hierarchy for a sub-event is indicated by the color of the display body of the sub-event.
Illustratively, with continued reference to FIG. 9, since sub-event 4, sub-event 7, and sub-event 3 comprise a sub-level of presence, sub-event 4, sub-event 7, and sub-event 3 are identified as sub-level of presence by setting the color of sub-event 4, sub-event 7, and sub-event 3 to be different from the color of the other sub-events.
Fig. 10 is a flow chart illustrating a further analyzer performance analysis method provided in an embodiment of the present disclosure, where on the basis of the foregoing embodiment, as shown in fig. 10, the analyzer performance analysis method further includes:
and S30, responding to the triggering operation of the drop-down control of the sub-event with the sub-level, displaying the sub-level corresponding to the sub-event in the event interval corresponding to the sub-event, displaying a starting auxiliary line at the event starting position corresponding to the sub-event, and displaying a finishing auxiliary line at the event finishing position corresponding to the sub-event.
The event interval is determined by the event starting time and the event ending time corresponding to the sub-events.
When a certain sub-event comprises a sub-level, distributing sub-level corresponding to the sub-event in an event interval corresponding to the sub-event by triggering a pull-down control comprising the sub-event of the sub-level. Illustratively, as shown in fig. 11, sub-events 3 and 4 include sub-levels, and at this time, by triggering a pull-down control 200 disposed on sub-event 3 or sub-event 4, the sub-level corresponding to sub-event 3 is displayed in the event interval corresponding to sub-event 3, and the sub-level corresponding to sub-event 4 is displayed in the event interval corresponding to sub-event 4. Specifically, the event distribution interval corresponding to the sub-event 3 is an interval between the event start time corresponding to the sub-event 3 and the event end time corresponding to the sub-event 3, that is, the event interval between t31 and t32 shows the sub-hierarchy corresponding to the sub-event 3, that is, the sub-event 9 and the sub-event 10. The event distribution interval corresponding to the sub-event 4 is an interval between the event start time corresponding to the sub-event 4 and the event end time corresponding to the sub-event 4, that is, the event interval between t41 and t42 shows the sub-levels corresponding to the sub-event 4, that is, the sub-event 6, the sub-event 7 and the sub-event 8.
In addition, after the user triggers the pull-down control 200 corresponding to the sub-event including the sub-hierarchy, a start auxiliary line is displayed at the start position of the event interval corresponding to the sub-event including the sub-hierarchy, a stop auxiliary line is displayed at the end position of the event interval corresponding to the sub-event including the sub-hierarchy, and the start auxiliary line is displayed at the start position of the event interval corresponding to the sub-event including the sub-hierarchy, and the stop auxiliary line is displayed at the end position of the target event interval corresponding to the sub-event including the sub-hierarchy, so that the hierarchical relationship among the sub-events of the user is facilitated, and meanwhile, the same group of data corresponding to the sub-events are framed together, so that the hierarchical relationship is easier to recognize and read, and the relationship among the hierarchies is fast understood.
With continued reference to fig. 11, after the user triggers the pull-down control of sub-event 3, a start auxiliary line 210B is displayed at the start position of the event interval corresponding to sub-event 3, a stop auxiliary line 220B is displayed at the end position of the event interval corresponding to sub-event 3, after the user triggers the pull-down control of sub-event 4, a start auxiliary line 210A is displayed at the start position of the event interval corresponding to sub-event 4, and a stop auxiliary line 210B is displayed at the end position of the event interval corresponding to sub-event 4.
In addition, since the sub-event 7 in the sub-event 4 also includes the sub-hierarchy, when the user triggers the pull-down control of the sub-event 7, if the sub-events of the sub-event 7 are displayed in a distributed manner in the event distribution area of the sub-event 7, that is, the start auxiliary line 210C is displayed at the start position of the event interval corresponding to the sub-event 7, and the end auxiliary line 220C is displayed at the end position of the event interval corresponding to the sub-event 7.
Optionally, the method further includes:
and displaying the plurality of sub-events in an event window in an equal proportion mode based on the hierarchical relation and the time sequence relation among the plurality of sub-events and the number of the sub-events in the target event.
Due to the fact that the number of the sub-events in the target event is large, all the sub-events cannot be displayed in the event window, the sub-events corresponding to the target event are displayed in the event window in an equal proportion mode, and a user can be helped to quickly locate one sub-event in the target event.
Optionally, the method further includes:
in response to a trigger to the time axis control, a plurality of sub-events corresponding to the target time are displayed in the event window.
Illustratively, as shown in fig. 12, when a user finds an event in the event flow in which there is an anomaly, a plurality of sub-events corresponding to the target time are displayed in the event window by triggering the timeline control 300. At this time, the width of the event corresponding to the triggering time of the time axis control is automatically stretched in the event window and is enlarged to a visible width, the time axis can be slid through the left and right keys of the touch pad/mouse/keyboard for viewing, and the time scale at the top can automatically enlarge or reduce the granularity.
Fig. 13 is a schematic structural diagram of an analyzer performance analysis apparatus according to an embodiment of the present disclosure, as shown in fig. 13, including:
a relationship display module 510, configured to, in response to a trigger on a target event, obtain a hierarchical relationship and a time sequence relationship between multiple sub-events corresponding to the target event;
and a sub-event display module 520, configured to display the multiple sub-events in the event window based on the hierarchical relationship and the time-series relationship between the multiple sub-events, where the sub-events at the same level are displayed according to the time-series relationship, and the sub-events at different levels are displayed according to the hierarchical relationship.
In the analyzer performance analysis apparatus provided by the present disclosure, the relationship display module obtains a hierarchical relationship and a time sequence relationship between a plurality of sub-events corresponding to a target event; the sub-event display module displays a plurality of sub-events in the event window based on the hierarchical relationship and the time sequence relationship among the plurality of sub-events, wherein the sub-events of the same level are displayed according to the time sequence relationship, and the sub-events of different levels are displayed according to the hierarchical relationship, so that the complete process of displaying the target event in the event window is realized, and a user can search the sub-events under the target event according to the hierarchical relationship and the time sequence relationship of the plurality of sub-events in the target event.
Optionally, the sub-event display module further includes:
and the first sub-event display unit is used for displaying the plurality of sub-events in the event window based on the hierarchical relationship and the time sequence relationship among the plurality of sub-events and the execution time of each sub-event, and displaying the length of the display main body of each sub-event according to the execution time of each sub-event.
Optionally, the display main body of each sub-event further displays an execution time corresponding to the sub-event.
Optionally, the sub-event display module further includes:
and the second sub-event display unit is used for displaying the plurality of sub-events in the event window based on the hierarchical relationship, the time sequence relationship, the execution time of each sub-event and the execution interval time between the sub-events, displaying the length of the display main body of each sub-event according to the execution time of each sub-event, and displaying the length of the flow bar between the display main bodies according to the execution time interval between the sub-events.
Optionally, the sub-event display module is specifically configured to display status identification information on the display main body of the sub-event, where the status identification information is used to identify whether the sub-event is faulty.
Optionally, the sub-event display module is specifically configured to indicate whether a sub-level exists in the sub-event through a color of a display main body of the sub-event.
Optionally, the sub-event display module further includes:
and the third sub-event display unit is used for responding to the triggering operation of the pull-down control of the sub-event with the sub-level, displaying the sub-level corresponding to the sub-event in the event interval corresponding to the sub-event, displaying a starting auxiliary line at the event starting position corresponding to the sub-event, and displaying a stopping auxiliary line at the event stopping position corresponding to the sub-event, wherein the event interval is determined by the event starting time and the event stopping time corresponding to the sub-event.
Optionally, the method further includes displaying the multiple sub-events in an event window in an equal proportion manner based on the hierarchical relationship and the timing relationship among the multiple sub-events and the number of sub-events in the target event.
Optionally, the method further includes:
and the display unit is used for responding to the trigger of the time axis control and displaying a plurality of sub-events corresponding to the target time in the event window.
The device provided by the embodiment of the invention can execute the method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
It should be noted that, in the embodiment of the apparatus, the included units and modules are merely divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, the specific names of the functional units are only for convenience of distinguishing from each other and are not used for limiting the protection scope of the present invention.
Fig. 14 is a schematic structural diagram of an electronic device provided in an embodiment of the present disclosure, as shown in fig. 14, the electronic device includes a processor 610, a memory 620, an input device 630, and an output device 640; the number of processors 610 in the computer device may be one or more, and one processor 610 is taken as an example in fig. 14; the processor 610, the memory 620, the input device 630 and the output device 640 in the electronic device may be connected by a bus or other means, and the bus connection is taken as an example in fig. 14.
The memory 620 is provided as a computer-readable storage medium for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the methods in the embodiments of the present invention. The processor 610 executes various functional applications of the computer device and data processing by executing software programs, instructions and modules stored in the memory 620, namely, implements the method provided by the embodiment of the present invention.
The memory 620 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 620 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 620 may further include memory located remotely from the processor 610, which may be connected to a computer device through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 630 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the electronic device, and may include a keyboard, a mouse, and the like. The output device 640 may include a display device such as a display screen.
The disclosed embodiments also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are used to implement the methods provided by the embodiments of the present invention.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the method operations described above, and may also perform related operations in the method provided by any embodiment of the present invention.
From the above description of the embodiments, it is clear to those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly can be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which can be stored in a computer readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
The present disclosure also provides a computer program product which, when run on a computer, causes the computer to perform the method of the application of the previous embodiment.
It is noted that, herein, relational terms such as "first" and "second," and the like, may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The foregoing are merely exemplary embodiments of the present disclosure, which enable those skilled in the art to understand or practice the present disclosure. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the disclosure. Thus, the present disclosure is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (13)

1. A method for analyzing analyzer performance, comprising:
responding to the trigger of a target event, and acquiring the hierarchical relationship and the time sequence relationship among a plurality of sub-events corresponding to the target event;
and displaying the sub-events in the event window based on the hierarchical relationship and the time sequence relationship among the sub-events, wherein the sub-events in the same level are displayed according to the time sequence relationship, and the sub-events in different levels are displayed according to the hierarchical relationship.
2. The method according to claim 1, wherein the displaying the sub-events in an event window based on the hierarchical relationship and the timing relationship between the sub-events comprises:
and displaying the sub-events in an event window based on the hierarchical relationship, the time sequence relationship and the execution time of each sub-event among the sub-events, and displaying the length of a display main body of each sub-event according to the execution time of each sub-event.
3. The method of claim 2, wherein the display body of each sub-event further displays an execution time corresponding to the sub-event.
4. The method according to claim 2, wherein the displaying the sub-events in an event window based on the hierarchical relationship, the timing relationship and the execution time of each sub-event among the sub-events comprises:
displaying the sub-events in an event window based on the hierarchical relationship, the timing relationship, the execution time of each sub-event and the execution interval time between the sub-events, displaying the length of a display main body of each sub-event according to the execution time of each sub-event, and displaying the length of a circulation bar between the display main bodies according to the execution time interval between the sub-events.
5. The method according to any one of claims 2-4, wherein the display main body of the sub-event further displays state identification information, and the state identification information is used for identifying whether the sub-event fails or not.
6. The method of any of claims 2-4, wherein the presence of a sub-hierarchy for the sub-event is indicated by a color of a display subject of the sub-event.
7. The method of claim 1, further comprising:
in response to the triggering operation of a pull-down control of a sub-event with a sub-level, displaying a sub-level corresponding to the sub-event in an event interval corresponding to the sub-event, displaying a starting auxiliary line at an event starting position corresponding to the sub-event, and displaying a stopping auxiliary line at an event stopping position corresponding to the sub-event, wherein the event interval is determined by an event starting time and an event stopping time corresponding to the sub-event.
8. The method according to claim 1, wherein the displaying the sub-events in an event window based on the hierarchical relationship and the timing relationship between the sub-events comprises:
and displaying the plurality of sub-events in an event window in an equal proportion mode based on the hierarchical relation and the time sequence relation among the plurality of sub-events and the number of sub-events in the target event.
9. The method of claim 8, further comprising:
in response to a trigger to the time axis control, displaying the plurality of sub-events corresponding to the target time in the event window.
10. An analyzer performance analysis apparatus, comprising:
the relation display module is used for responding to triggering of a target event and acquiring the hierarchical relation and the time sequence relation among a plurality of sub-events corresponding to the target event;
and the sub-event display module is used for displaying the sub-events in the event window based on the hierarchical relationship and the time sequence relationship among the sub-events, wherein the sub-events in the same level are displayed according to the time sequence relationship, and the sub-events in different levels are displayed according to the hierarchical relationship.
11. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement a method as claimed in any one of claims 1 to 9.
12. A computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, carries out the method of any one of claims 1 to 9.
13. A computer program product, characterized in that it causes a computer to carry out the steps of the method according to any one of claims 1 to 9, when said computer program product is run on the computer.
CN202111318421.5A 2021-11-09 2021-11-09 Analyzer performance analysis method, apparatus, device, medium and program product Pending CN114048086A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111318421.5A CN114048086A (en) 2021-11-09 2021-11-09 Analyzer performance analysis method, apparatus, device, medium and program product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111318421.5A CN114048086A (en) 2021-11-09 2021-11-09 Analyzer performance analysis method, apparatus, device, medium and program product

Publications (1)

Publication Number Publication Date
CN114048086A true CN114048086A (en) 2022-02-15

Family

ID=80207589

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111318421.5A Pending CN114048086A (en) 2021-11-09 2021-11-09 Analyzer performance analysis method, apparatus, device, medium and program product

Country Status (1)

Country Link
CN (1) CN114048086A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6544294B1 (en) * 1999-05-27 2003-04-08 Write Brothers, Inc. Method and apparatus for creating, editing, and displaying works containing presentation metric components utilizing temporal relationships and structural tracks
CN102282442A (en) * 2009-01-16 2011-12-14 国际商业机器公司 Tool and method for mapping and viewing an event
KR101490984B1 (en) * 2014-08-05 2015-02-06 주식회사 위엠비 Providing method for event information, Integrated control system performing the same, Computer program for the same, and Recording medium storing computer program thereof
US20180113781A1 (en) * 2016-10-26 2018-04-26 Yoongu Kim Systems and methods for discovering automatable tasks
CN108021624A (en) * 2017-11-21 2018-05-11 北京金堤科技有限公司 The method and device that a kind of timeliness dynamic collection of illustrative plates shows
US20180307544A1 (en) * 2017-04-21 2018-10-25 International Business Machines Corporation Event sequence management
CN110069463A (en) * 2019-03-12 2019-07-30 北京奇艺世纪科技有限公司 User behavior processing method, device electronic equipment and storage medium
US20190318651A1 (en) * 2017-01-26 2019-10-17 Telefonaktiebolaget Lm Ericsson (Publ) System and Method for Analysing Sports Performance Data
CN112445855A (en) * 2020-11-17 2021-03-05 海光信息技术股份有限公司 Visual analysis method and visual analysis device for graphic processor chip

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6544294B1 (en) * 1999-05-27 2003-04-08 Write Brothers, Inc. Method and apparatus for creating, editing, and displaying works containing presentation metric components utilizing temporal relationships and structural tracks
CN102282442A (en) * 2009-01-16 2011-12-14 国际商业机器公司 Tool and method for mapping and viewing an event
KR101490984B1 (en) * 2014-08-05 2015-02-06 주식회사 위엠비 Providing method for event information, Integrated control system performing the same, Computer program for the same, and Recording medium storing computer program thereof
US20180113781A1 (en) * 2016-10-26 2018-04-26 Yoongu Kim Systems and methods for discovering automatable tasks
US20190318651A1 (en) * 2017-01-26 2019-10-17 Telefonaktiebolaget Lm Ericsson (Publ) System and Method for Analysing Sports Performance Data
US20180307544A1 (en) * 2017-04-21 2018-10-25 International Business Machines Corporation Event sequence management
CN108021624A (en) * 2017-11-21 2018-05-11 北京金堤科技有限公司 The method and device that a kind of timeliness dynamic collection of illustrative plates shows
CN110069463A (en) * 2019-03-12 2019-07-30 北京奇艺世纪科技有限公司 User behavior processing method, device electronic equipment and storage medium
CN112445855A (en) * 2020-11-17 2021-03-05 海光信息技术股份有限公司 Visual analysis method and visual analysis device for graphic processor chip

Similar Documents

Publication Publication Date Title
CN108874289B (en) Application history record viewing method and device and electronic equipment
CN111813641B (en) Method, device, medium and equipment for collecting crash information
CN109656444B (en) List positioning method, device, equipment and storage medium
CN110377341B (en) Method, device, medium and electronic equipment for monitoring no-response exception
CN112214155B (en) View information playing method, device, equipment and storage medium
CN110780939B (en) Method, device, computer equipment and storage medium for loading resource file
CN110866011B (en) Data table synchronization method and device, computer equipment and storage medium
CN110618904A (en) Stuck detection method and device
WO2022021850A1 (en) Service instance deployment method and apparatus, electronic device, and storage medium
CN111193804B (en) Distributed storage method and device, network node and storage medium
CN114048086A (en) Analyzer performance analysis method, apparatus, device, medium and program product
US20210026913A1 (en) Web browser control feature
CN110717126A (en) Page browsing method and device, electronic equipment and computer readable storage medium
CN114764363B (en) Prompting method, prompting device and computer storage medium
CN113778399A (en) Configuration method and device of bottom layer channel
CN108182202B (en) Content update notification method, content update notification device, electronic equipment and storage medium
CN110674386B (en) Resource recommendation method, device and storage medium
CN113378036A (en) Page operation analysis and point burying method, device, equipment and storage medium
US20150113501A1 (en) Mobile computing program slicing
CN110825477A (en) Method, device and equipment for loading graphical interface and storage medium
CN112256654A (en) Document sharing method and device
CN115688187B (en) Method, device and equipment for safety management of hard link data and storage medium
CN112783381B (en) Slide processing method and device and electronic equipment
CN115129198B (en) Data acquisition method and device, electronic equipment and storage medium
CN113485629B (en) Touch event processing method and device, storage medium and electronic equipment

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