Frama-C-discuss mailing list archives
This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Frama-c-discuss] Frama-C: GUI's response time
- Subject: [Frama-c-discuss] Frama-C: GUI's response time
- From: Pascal.Cuoq at cea.fr (Pascal Cuoq)
- Date: Wed, 22 Apr 2009 11:01:46 -0000
- In-reply-to: <A6FD74D4A6DA4247AD801E39436340630352426A@sctex002.st-cloud.dassault-avion.fr>
- References: <A6FD74D4A6DA4247AD801E39436340630352426A@sctex002.st-cloud.dassault-avion.fr>
> Frama-C is applied to the same code as described in my previous > message below (100 fns, 10K Sloc). > And the computed state is saved (-save my_state.sav). > Frama-c processing elapsed time is about 7 minutes (Value Analysis > computations are "minimal"). > > When launching frama-c-gui -load my_state.sav, elapsed time is about > 30 minutes, before Frama-C-GUI window is displayed. This is interesting. What is the time taken by "frama-c -load my_state.sav" (that is, the same command for the non-GUI version) for the same state? If it is long, the problem is in the functions that reload the value analysis' state. This has happened before. When this kind of bug manifests itself, it may be much slower to reload the state from disk than to compute it again from scratch. If the time is short, the problem is definitely in how the GUI scales. It could also help to measure the times taken by each of the following commands: frama-c -save no_analysis.sav *.c # no option that would cause the value analysis to run frama-c-gui -load no_analysis.sav frama-c -load no_analysis.sav Pascal -------------- section suivante -------------- Une pi?ce jointe HTML a ?t? enlev?e... URL: http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20090422/679b65bf/attachment.htm
- Follow-Ups:
- [Frama-c-discuss] Frama-C: GUI's response time
- From: Dillon.Pariente at dassault-aviation.com (Pariente Dillon)
- [Frama-c-discuss] Frama-C: GUI's response time
- References:
- [Frama-c-discuss] Frama-C: GUI's response time
- From: Dillon.Pariente at dassault-aviation.com (Pariente Dillon)
- [Frama-c-discuss] Frama-C: GUI's response time
- Prev by Date: [Frama-c-discuss] Value analysis emits warning for for-loop
- Next by Date: [Frama-c-discuss] Frama-C: GUI's response time
- Previous by thread: [Frama-c-discuss] Frama-C: GUI's response time
- Next by thread: [Frama-c-discuss] Frama-C: GUI's response time
- Index(es):