Menu

#626 Debugger needs long time to refresh

v1.1.x
rejected
v1.1.3
Bug Fix
2021-09-04
2021-08-21
Erik Hänel
No

The debugger sometimes needs very long to refresh itself. This can be tackled down to reading global tables including calculating their minimal and maximal values (large tables only). A solution might be to store the global minimal and maximal numbers for easy access (as long as the tables contents did not change, of course).

Rejected:

This issue was already resolved with the implementation of OpenMP for table statistics in [#637].

Related

Tickets: #637

Discussion

  • Erik Hänel

    Erik Hänel - 2021-08-24
    • labels: --> internal, datamanagement, debugger
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2021-08-24
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     The debugger sometimes needs very long to refresh itself. This can be tackled down to reading global tables including calculating their minimal and maximal values (large tables only). A solution might be to store the global minimal and maximal numbers for easy access (as long as the tables contents did not change, of course).
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* [ ] ChangesLog updated
    +* [ ] Code changes commented
    +* **Documentation articles:**
    +    * [ ] corresponding documentation articles updated
    +    * [ ] new documentation articles created
    +    * [ ] not needed
    +* **Language files:**
    +    * [ ] corresponding language files updated
    +    * [ ] not needed
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2021-09-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,23 +1,4 @@
     The debugger sometimes needs very long to refresh itself. This can be tackled down to reading global tables including calculating their minimal and maximal values (large tables only). A solution might be to store the global minimal and maximal numbers for easy access (as long as the tables contents did not change, of course).
    
    -###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    -
    -###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    -
    -###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    -* **Documentation articles:**
    -    * [ ] corresponding documentation articles updated
    -    * [ ] new documentation articles created
    -    * [ ] not needed
    -* **Language files:**
    -    * [ ] corresponding language files updated
    -    * [ ] not needed
    -
    -###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +###Rejected:
    +This issue was already resolved with the implementation of OpenMP for table statistics in [#637].
    
    • status: analyzing --> rejected
     

    Related

    Tickets: #637

Anonymous
Anonymous

Add attachments
Cancel